#817204

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

Shades of Olive #817204

Tints of Olive #817204

Color information

#817204 (or 0x817204) is unknown color: approx Olive. HEX triplet: 81, 72 and 04. RGB value is (129,114,4). Sum of RGB (Red+Green+Blue) = 129+114+4=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #817204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817204 is #7E8DFB. Grayscale: #6A6A6A. Windows color (decimal): -8293884 or 291457. OLE color: 291457.

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

Color convert

RGB1291144-
CMYK00.120.970.49
HSL52.8º93.98%26.08%-
HSV(B)52.8º96.9%50.59%-
XYZ15.0916.712.54-
YUV105.9470.47144.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 4 (1.95% from 255) = 1.62%
R=52.23%
G=46.15%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129114400.120.970.4952.893.9826.08
Hex817240C6131355e1a
Octal2011624014141616513632
Binary100000011110010100011001100001110001110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817204; }

 p { color: rgb(129,114,4); }

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

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

 a { background-color: rgb(129,114,4); }

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

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

 span { border-color: rgb(129,114,4); }

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