#817B13

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

Shades of Olive #817B13

Tints of Olive #817B13

Color information

#817B13 (or 0x817B13) is unknown color: approx Olive. HEX triplet: 81, 7B and 13. RGB value is (129,123,19). Sum of RGB (Red+Green+Blue) = 129+123+19=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #817B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817B13 is #7E84EC. Grayscale: #717171. Windows color (decimal): -8291565 or 1276801. OLE color: 1276801.

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

Color convert

RGB12912319-
CMYK00.050.850.49
HSL56.73º74.32%29.02%-
HSV(B)56.73º85.27%50.59%-
XYZ16.2518.883.4-
YUV112.9474.99139.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 123 (48.44% from 255) = 45.39%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=47.60%
G=45.39%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291231900.050.850.4956.7374.3229.02
Hex817B13055531394a1d
Octal2011732305125617111235
Binary1000000111110111001101011010101110001111001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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