#818B04

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

Shades of Olive #818B04

Tints of Olive #818B04

Color information

#818B04 (or 0x818B04) is unknown color: approx Olive. HEX triplet: 81, 8B and 04. RGB value is (129,139,4). Sum of RGB (Red+Green+Blue) = 129+139+4=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #818B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818B04 is #7E74FB. Grayscale: #797979. Windows color (decimal): -8287484 or 297857. OLE color: 297857.

HSL color Cylindrical-coordinate representation of color #818B04: hue angle of 64.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #818B04 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB1291394-
CMYK0.0700.970.45
HSL64.44º94.41%28.04%-
HSV(B)64.44º97.12%54.51%-
XYZ18.3123.143.62-
YUV120.6262.19133.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 139 (54.69% from 255) = 51.10%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=47.43%
G=51.10%
B=1.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12913940.0700.970.4564.4494.4128.04
Hex818B470612D405e1c
Octal2012134701415510013634
Binary1000000110001011100111011000011011011000000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,4); }

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

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

 a { background-color: rgb(129,139,4); }

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

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

 span { border-color: rgb(129,139,4); }

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