#807708

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

Shades of Olive #807708

Tints of Olive #807708

Color information

#807708 (or 0x807708) is unknown color: approx Olive. HEX triplet: 80, 77 and 08. RGB value is (128,119,8). Sum of RGB (Red+Green+Blue) = 128+119+8=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #807708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807708 is #7F88F7. Grayscale: #6D6D6D. Windows color (decimal): -8358136 or 554880. OLE color: 554880.

HSL color Cylindrical-coordinate representation of color #807708: hue angle of 55.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #807708 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB1281198-
CMYK00.070.940.50
HSL55.5º88.24%26.67%-
HSV(B)55.5º93.75%50.2%-
XYZ15.5417.82.85-
YUV109.0470.98141.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 8 (3.52% from 255) = 3.14%
R=50.20%
G=46.67%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128119800.070.940.5055.588.2426.67
Hex80778075E3237581b
Octal2001671007136626713033
Binary100000001110111100001111011110110010110111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807708; }

 p { color: rgb(128,119,8); }

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

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

 a { background-color: rgb(128,119,8); }

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

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

 span { border-color: rgb(128,119,8); }

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