#808C00

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

Shades of Olive #808C00

Tints of Olive #808C00

Color information

#808C00 (or 0x808C00) is unknown color: approx Olive. HEX triplet: 80, 8C and 00. RGB value is (128,140,0). Sum of RGB (Red+Green+Blue) = 128+140+0=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #808C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808C00 is #7F73FF. Grayscale: #797979. Windows color (decimal): -8352768 or 35968. OLE color: 35968.

HSL color Cylindrical-coordinate representation of color #808C00: hue angle of 65.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #808C00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1281400-
CMYK0.09010.45
HSL65.14º100%27.45%-
HSV(B)65.14º100%54.9%-
XYZ18.2823.353.54-
YUV120.4560.02133.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 140 (55.08% from 255) = 52.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.76%
G=52.24%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12814000.09010.4565.1410027.45
Hex808C090642D41641b
Octal20021401101445510114433
Binary100000001000110001001011001001011011000001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808C00; }

 p { color: rgb(128,140,0); }

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

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

 a { background-color: rgb(128,140,0); }

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

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

 span { border-color: rgb(128,140,0); }

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