#807912

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

Shades of Olive #807912

Tints of Olive #807912

Color information

#807912 (or 0x807912) is unknown color: approx Olive. HEX triplet: 80, 79 and 12. RGB value is (128,121,18). Sum of RGB (Red+Green+Blue) = 128+121+18=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #807912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807912 is #7F86ED. Grayscale: #6F6F6F. Windows color (decimal): -8357614 or 1210752. OLE color: 1210752.

HSL color Cylindrical-coordinate representation of color #807912: hue angle of 56.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #807912 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB12812118-
CMYK00.050.860.50
HSL56.18º75.34%28.63%-
HSV(B)56.18º85.94%50.2%-
XYZ15.8518.313.27-
YUV111.3575.32139.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=47.94%
G=45.32%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281211800.050.860.5056.1875.3428.63
Hex807912055632384b1d
Octal2001712205126627011335
Binary1000000011110011001001011010110110010111000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807912; }

 p { color: rgb(128,121,18); }

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

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

 a { background-color: rgb(128,121,18); }

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

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

 span { border-color: rgb(128,121,18); }

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