#807f0c

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

Shades of Olive #807F0C

Tints of Olive #807F0C

Color information

#807F0C (or 0x807F0C) is unknown color: approx Olive. HEX triplet: 80, 7F and 0C. RGB value is (128,127,12). Sum of RGB (Red+Green+Blue) = 128+127+12=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #807F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807F0C is #7F80F3. Grayscale: #727272. Windows color (decimal): -8356084 or 819072. OLE color: 819072.

HSL color Cylindrical-coordinate representation of color #807F0C: hue angle of 59.48º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #807F0C is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB12812712-
CMYK00.010.910.50
HSL59.48º82.86%27.45%-
HSV(B)59.48º90.62%50.2%-
XYZ16.5619.793.3-
YUV114.1970.33137.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=47.94%
G=47.57%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281271200.010.910.5059.4882.8627.45
Hex807FC015B323b531b
Octal2001771401133627312333
Binary1000000011111111100011011011110010111011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807f0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807f0c; }

 p { color: rgb(128,127,12); }

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

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

 a { background-color: rgb(128,127,12); }

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

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

 span { border-color: rgb(128,127,12); }

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