#817E11

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

Shades of Olive #817E11

Tints of Olive #817E11

Color information

#817E11 (or 0x817E11) is unknown color: approx Olive. HEX triplet: 81, 7E and 11. RGB value is (129,126,17). Sum of RGB (Red+Green+Blue) = 129+126+17=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #817E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817E11 is #7E81EE. Grayscale: #727272. Windows color (decimal): -8290799 or 1146497. OLE color: 1146497.

HSL color Cylindrical-coordinate representation of color #817E11: hue angle of 58.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #817E11 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB12912617-
CMYK00.020.870.49
HSL58.39º76.71%28.63%-
HSV(B)58.39º86.82%50.59%-
XYZ16.6219.633.44-
YUV114.4772.99138.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 17 (7.03% from 255) = 6.25%
R=47.43%
G=46.32%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291261700.020.870.4958.3976.7128.63
Hex817E110257313a4d1d
Octal2011762102127617211535
Binary100000011111110100010101010111110001111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817E11; }

 p { color: rgb(129,126,17); }

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

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

 a { background-color: rgb(129,126,17); }

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

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

 span { border-color: rgb(129,126,17); }

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