#807B0A

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

Shades of Olive #807B0A

Tints of Olive #807B0A

Color information

#807B0A (or 0x807B0A) is unknown color: approx Olive. HEX triplet: 80, 7B and 0A. RGB value is (128,123,10). Sum of RGB (Red+Green+Blue) = 128+123+10=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #807B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807B0A is #7F84F5. Grayscale: #707070. Windows color (decimal): -8357110 or 686976. OLE color: 686976.

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

Color convert

RGB12812310-
CMYK00.040.920.50
HSL57.46º85.51%27.06%-
HSV(B)57.46º92.19%50.2%-
XYZ16.0418.783.07-
YUV111.6170.66139.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=49.04%
G=47.13%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281231000.040.920.5057.4685.5127.06
Hex807BA045C3239561b
Octal2001731204134627112633
Binary100000001111011101001001011100110010111001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,123,10); }

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

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

 a { background-color: rgb(128,123,10); }

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

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

 span { border-color: rgb(128,123,10); }

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