#818C04

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

Shades of Olive #818C04

Tints of Olive #818C04

Color information

#818C04 (or 0x818C04) is unknown color: approx Olive. HEX triplet: 81, 8C and 04. RGB value is (129,140,4). Sum of RGB (Red+Green+Blue) = 129+140+4=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #818C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818C04 is #7E73FB. Grayscale: #797979. Windows color (decimal): -8287228 or 298113. OLE color: 298113.

HSL color Cylindrical-coordinate representation of color #818C04: hue angle of 64.85º 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 #818C04 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB1291404-
CMYK0.0800.970.45
HSL64.85º94.44%28.24%-
HSV(B)64.85º97.14%54.9%-
XYZ18.4523.433.67-
YUV121.2161.86133.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=47.25%
G=51.28%
B=1.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12914040.0800.970.4564.8594.4428.24
Hex818C480612D415e1c
Octal20121441001415510113634
Binary10000001100011001001000011000011011011000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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