#818411

Color #818411 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #818411

Tints of Olive #818411

Color information

#818411 (or 0x818411) is unknown color: approx Olive. HEX triplet: 81, 84 and 11. RGB value is (129,132,17). Sum of RGB (Red+Green+Blue) = 129+132+17=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #818411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818411 is #7E7BEE. Grayscale: #767676. Windows color (decimal): -8289263 or 1148033. OLE color: 1148033.

HSL color Cylindrical-coordinate representation of color #818411: hue angle of 61.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #818411 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB12913217-
CMYK0.0200.870.48
HSL61.57º77.18%29.22%-
HSV(B)61.57º87.12%51.76%-
XYZ17.4121.213.71-
YUV117.9971.01135.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 17 (7.03% from 255) = 6.12%
R=46.40%
G=47.48%
B=6.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129132170.0200.870.4861.5777.1829.22
Hex8184112057303e4d1d
Octal2012042120127607611535
Binary1000000110000100100011001010111110000111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818411; }

 p { color: rgb(129,132,17); }

 H1.HeaderClassName
 {
   color: #818411;
 }
 .AnyTagClassName
 {
   color: #818411;
 }
</style>
background-color css

<style>
 a { background-color: #818411; }

 a { background-color: rgb(129,132,17); }

 div.DivClassName
 {
   background-color: #818411;
 }
 .BgClassName
 {
   background-color: #818411;
 }
</style>
border-color css

<style>
 span { border-color: #818411; }

 span { border-color: rgb(129,132,17); }

 td.TdClassName
 {
   border-color: #818411;
 }
 .TagClassName
 {
   border-color: #818411;
 }
</style>