#817A13

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

Shades of Olive #817A13

Tints of Olive #817A13

Color information

#817A13 (or 0x817A13) is unknown color: approx Olive. HEX triplet: 81, 7A and 13. RGB value is (129,122,19). Sum of RGB (Red+Green+Blue) = 129+122+19=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #817A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817A13 is #7E85EC. Grayscale: #707070. Windows color (decimal): -8291821 or 1276545. OLE color: 1276545.

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

Color convert

RGB12912219-
CMYK00.050.850.49
HSL56.18º74.32%29.02%-
HSV(B)56.18º85.27%50.59%-
XYZ16.1318.633.36-
YUV112.3575.32139.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 19 (7.81% from 255) = 7.04%
R=47.78%
G=45.19%
B=7.04%

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
Decimal1291221900.050.850.4956.1874.3229.02
Hex817A13055531384a1d
Octal2011722305125617011235
Binary1000000111110101001101011010101110001111000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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