#816C02

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

Shades of Olive #816C02

Tints of Olive #816C02

Color information

#816C02 (or 0x816C02) is unknown color: approx Olive. HEX triplet: 81, 6C and 02. RGB value is (129,108,2). Sum of RGB (Red+Green+Blue) = 129+108+2=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #816C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816C02 is #7E93FD. Grayscale: #666666. Windows color (decimal): -8295422 or 158849. OLE color: 158849.

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

Color convert

RGB1291082-
CMYK00.160.980.49
HSL50.08º96.95%25.69%-
HSV(B)50.08º98.45%50.59%-
XYZ14.4315.42.27-
YUV102.1971.46147.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=53.97%
G=45.19%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129108200.160.980.4950.0896.9525.69
Hex816C2010623132611a
Octal2011542020142616214132
Binary100000011101100100100001100010110001110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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