#808A01

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

Shades of Olive #808A01

Tints of Olive #808A01

Color information

#808A01 (or 0x808A01) is unknown color: approx Olive. HEX triplet: 80, 8A and 01. RGB value is (128,138,1). Sum of RGB (Red+Green+Blue) = 128+138+1=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #808A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808A01 is #7F75FE. Grayscale: #777777. Windows color (decimal): -8353279 or 100992. OLE color: 100992.

HSL color Cylindrical-coordinate representation of color #808A01: hue angle of 64.38º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #808A01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1281381-
CMYK0.0700.990.46
HSL64.38º98.56%27.25%-
HSV(B)64.38º99.28%54.12%-
XYZ1822.773.47-
YUV119.3961.19134.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 138 (54.30% from 255) = 51.69%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=47.94%
G=51.69%
B=0.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12813810.0700.990.4664.3898.5627.25
Hex808A170632E40631b
Octal2002121701435610014333
Binary10000000100010101111011000111011101000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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