#807E01

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

Shades of Olive #807E01

Tints of Olive #807E01

Color information

#807E01 (or 0x807E01) is unknown color: approx Olive. HEX triplet: 80, 7E and 01. RGB value is (128,126,1). Sum of RGB (Red+Green+Blue) = 128+126+1=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #807E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807E01 is #7F81FE. Grayscale: #707070. Windows color (decimal): -8356351 or 97920. OLE color: 97920.

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

Color convert

RGB1281261-
CMYK00.020.990.50
HSL59.06º98.45%25.29%-
HSV(B)59.06º99.22%50.2%-
XYZ16.3719.512.93-
YUV112.3565.16139.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 126 (49.61% from 255) = 49.41%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=50.20%
G=49.41%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128126100.020.990.5059.0698.4525.29
Hex807E10263323b6219
Octal200176102143627314231
Binary10000000111111010101100011110010111011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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