#816C05

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

Shades of Olive #816C05

Tints of Olive #816C05

Color information

#816C05 (or 0x816C05) is unknown color: approx Olive. HEX triplet: 81, 6C and 05. RGB value is (129,108,5). Sum of RGB (Red+Green+Blue) = 129+108+5=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #816C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816C05 is #7E93FA. Grayscale: #666666. Windows color (decimal): -8295419 or 355457. OLE color: 355457.

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

Color convert

RGB1291085-
CMYK00.160.960.49
HSL49.84º92.54%26.27%-
HSV(B)49.84º96.12%50.59%-
XYZ14.4415.42.36-
YUV102.5472.96146.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=53.31%
G=44.63%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129108500.160.960.4949.8492.5426.27
Hex816C50106031325d1a
Octal2011545020140616213532
Binary1000000111011001010100001100000110001110010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,5); }

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

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

 a { background-color: rgb(129,108,5); }

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

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

 span { border-color: rgb(129,108,5); }

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