#817506

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

Shades of Olive #817506

Tints of Olive #817506

Color information

#817506 (or 0x817506) is unknown color: approx Olive. HEX triplet: 81, 75 and 06. RGB value is (129,117,6). Sum of RGB (Red+Green+Blue) = 129+117+6=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #817506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817506 is #7E8AF9. Grayscale: #6C6C6C. Windows color (decimal): -8293114 or 423297. OLE color: 423297.

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

Color convert

RGB1291176-
CMYK00.090.950.49
HSL54.15º91.11%26.47%-
HSV(B)54.15º95.35%50.59%-
XYZ15.4517.42.72-
YUV107.9370.48143.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=51.19%
G=46.43%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129117600.090.950.4954.1591.1126.47
Hex81756095F31365b1a
Octal2011656011137616613332
Binary100000011110101110010011011111110001110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817506; }

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

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

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

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

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

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

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

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