#817206

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

Shades of Olive #817206

Tints of Olive #817206

Color information

#817206 (or 0x817206) is unknown color: approx Olive. HEX triplet: 81, 72 and 06. RGB value is (129,114,6). Sum of RGB (Red+Green+Blue) = 129+114+6=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #817206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817206 is #7E8DF9. Grayscale: #6A6A6A. Windows color (decimal): -8293882 or 422529. OLE color: 422529.

HSL color Cylindrical-coordinate representation of color #817206: hue angle of 52.68º 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 #817206 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1291146-
CMYK00.120.950.49
HSL52.68º91.11%26.47%-
HSV(B)52.68º95.35%50.59%-
XYZ15.116.712.6-
YUV106.1771.47144.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=51.81%
G=45.78%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129114600.120.950.4952.6891.1126.47
Hex817260C5F31355b1a
Octal2011626014137616513332
Binary100000011110010110011001011111110001110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817206; }

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

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

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

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

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

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

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

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