#818E01

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

Shades of Olive #818E01

Tints of Olive #818E01

Color information

#818E01 (or 0x818E01) is unknown color: approx Olive. HEX triplet: 81, 8E and 01. RGB value is (129,142,1). Sum of RGB (Red+Green+Blue) = 129+142+1=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #818E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818E01 is #7E71FE. Grayscale: #7A7A7A. Windows color (decimal): -8286719 or 102017. OLE color: 102017.

HSL color Cylindrical-coordinate representation of color #818E01: hue angle of 65.53º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #818E01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1291421-
CMYK0.0900.990.44
HSL65.53º98.6%28.04%-
HSV(B)65.53º99.3%55.69%-
XYZ18.7324.023.68-
YUV122.0459.69132.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=47.43%
G=52.21%
B=0.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12914210.0900.990.4465.5398.628.04
Hex818E190632C42631c
Octal20121611101435410214334
Binary100000011000111011001011000111011001000010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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