#817A12

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

Shades of Olive #817A12

Tints of Olive #817A12

Color information

#817A12 (or 0x817A12) is unknown color: approx Olive. HEX triplet: 81, 7A and 12. RGB value is (129,122,18). Sum of RGB (Red+Green+Blue) = 129+122+18=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #817A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817A12 is #7E85ED. Grayscale: #707070. Windows color (decimal): -8291822 or 1211009. OLE color: 1211009.

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

Color convert

RGB12912218-
CMYK00.050.860.49
HSL56.22º75.51%28.82%-
HSV(B)56.22º86.05%50.59%-
XYZ16.1218.633.32-
YUV112.2474.82139.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 122 (48.05% from 255) = 45.35%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=47.96%
G=45.35%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291221800.050.860.4956.2275.5128.82
Hex817A12055631384c1d
Octal2011722205126617011435
Binary1000000111110101001001011010110110001111000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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