#818001

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

Shades of Olive #818001

Tints of Olive #818001

Color information

#818001 (or 0x818001) is unknown color: approx Olive. HEX triplet: 81, 80 and 01. RGB value is (129,128,1). Sum of RGB (Red+Green+Blue) = 129+128+1=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #818001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818001 is #7E7FFE. Grayscale: #727272. Windows color (decimal): -8290303 or 98433. OLE color: 98433.

HSL color Cylindrical-coordinate representation of color #818001: hue angle of 59.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #818001 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB1291281-
CMYK00.010.990.49
HSL59.53º98.46%25.49%-
HSV(B)59.53º99.22%50.59%-
XYZ16.7820.113.03-
YUV113.8264.33138.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 49.61%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=50%
G=49.61%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129128100.010.990.4959.5398.4625.49
Hex818010163313c6219
Octal201200101143617414231
Binary10000001100000001011100011110001111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818001; }

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

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

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

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

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

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

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

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