#808C04

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

Shades of Olive #808C04

Tints of Olive #808C04

Color information

#808C04 (or 0x808C04) is unknown color: approx Olive. HEX triplet: 80, 8C and 04. RGB value is (128,140,4). Sum of RGB (Red+Green+Blue) = 128+140+4=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #808C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808C04 is #7F73FB. Grayscale: #797979. Windows color (decimal): -8352764 or 298112. OLE color: 298112.

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

Color convert

RGB1281404-
CMYK0.0900.970.45
HSL65.29º94.44%28.24%-
HSV(B)65.29º97.14%54.9%-
XYZ18.323.353.66-
YUV120.9162.02133.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 140 (55.08% from 255) = 51.47%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=47.06%
G=51.47%
B=1.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12814040.0900.970.4565.2994.4428.24
Hex808C490612D415e1c
Octal20021441101415510113634
Binary10000000100011001001001011000011011011000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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