#817B11

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

Shades of Olive #817B11

Tints of Olive #817B11

Color information

#817B11 (or 0x817B11) is unknown color: approx Olive. HEX triplet: 81, 7B and 11. RGB value is (129,123,17). Sum of RGB (Red+Green+Blue) = 129+123+17=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #817B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817B11 is #7E84EE. Grayscale: #717171. Windows color (decimal): -8291567 or 1145729. OLE color: 1145729.

HSL color Cylindrical-coordinate representation of color #817B11: hue angle of 56.79º 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 #817B11 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB12912317-
CMYK00.050.870.49
HSL56.79º76.71%28.63%-
HSV(B)56.79º86.82%50.59%-
XYZ16.2418.873.32-
YUV112.7173.99139.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 123 (48.44% from 255) = 45.72%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=47.96%
G=45.72%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291231700.050.870.4956.7976.7128.63
Hex817B11055731394d1d
Octal2011732105127617111535
Binary1000000111110111000101011010111110001111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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