#817A14

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

Shades of Olive #817A14

Tints of Olive #817A14

Color information

#817A14 (or 0x817A14) is unknown color: approx Olive. HEX triplet: 81, 7A and 14. RGB value is (129,122,20). Sum of RGB (Red+Green+Blue) = 129+122+20=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #817A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817A14 is #7E85EB. Grayscale: #707070. Windows color (decimal): -8291820 or 1342081. OLE color: 1342081.

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

Color convert

RGB12912220-
CMYK00.050.840.49
HSL56.15º73.15%29.22%-
HSV(B)56.15º84.5%50.59%-
XYZ16.1418.643.41-
YUV112.4675.82139.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=47.60%
G=45.02%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291222000.050.840.4956.1573.1529.22
Hex817A1405543138491d
Octal2011722405124617011135
Binary1000000111110101010001011010100110001111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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