#816E06

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

Shades of Olive #816E06

Tints of Olive #816E06

Color information

#816E06 (or 0x816E06) is unknown color: approx Olive. HEX triplet: 81, 6E and 06. RGB value is (129,110,6). Sum of RGB (Red+Green+Blue) = 129+110+6=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #816E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816E06 is #7E91F9. Grayscale: #686868. Windows color (decimal): -8294906 or 421505. OLE color: 421505.

HSL color Cylindrical-coordinate representation of color #816E06: hue angle of 50.73º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #816E06 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1291106-
CMYK00.150.950.49
HSL50.73º91.11%26.47%-
HSV(B)50.73º95.35%50.59%-
XYZ14.6615.832.46-
YUV103.8272.79145.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=52.65%
G=44.90%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129110600.150.950.4950.7391.1126.47
Hex816E60F5F31335b1a
Octal2011566017137616313332
Binary100000011101110110011111011111110001110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E06; }

 p { color: rgb(129,110,6); }

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

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

 a { background-color: rgb(129,110,6); }

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

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

 span { border-color: rgb(129,110,6); }

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