#818204

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

Shades of Olive #818204

Tints of Olive #818204

Color information

#818204 (or 0x818204) is unknown color: approx Olive. HEX triplet: 81, 82 and 04. RGB value is (129,130,4). Sum of RGB (Red+Green+Blue) = 129+130+4=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #818204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818204 is #7E7DFB. Grayscale: #737373. Windows color (decimal): -8289788 or 295553. OLE color: 295553.

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

Color convert

RGB1291304-
CMYK0.0100.970.49
HSL60.48º94.03%26.27%-
HSV(B)60.48º96.92%50.98%-
XYZ17.0620.643.2-
YUV115.3465.17137.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=49.05%
G=49.43%
B=1.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12913040.0100.970.4960.4894.0326.27
Hex818241061313c5e1a
Octal201202410141617413632
Binary1000000110000010100101100001110001111100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818204; }

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

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

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

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

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

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

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

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