#807E04

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

Shades of Olive #807E04

Tints of Olive #807E04

Color information

#807E04 (or 0x807E04) is unknown color: approx Olive. HEX triplet: 80, 7E and 04. RGB value is (128,126,4). Sum of RGB (Red+Green+Blue) = 128+126+4=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #807E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807E04 is #7F81FB. Grayscale: #717171. Windows color (decimal): -8356348 or 294528. OLE color: 294528.

HSL color Cylindrical-coordinate representation of color #807E04: hue angle of 59.03º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #807E04 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB1281264-
CMYK00.020.970.50
HSL59.03º93.94%25.88%-
HSV(B)59.03º96.88%50.2%-
XYZ16.3819.523.02-
YUV112.6966.66138.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 126 (49.61% from 255) = 48.84%
BLUE value IS 4 (1.95% from 255) = 1.55%
R=49.61%
G=48.84%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128126400.020.970.5059.0393.9425.88
Hex807E40261323b5e1a
Octal200176402141627313632
Binary1000000011111101000101100001110010111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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