#818205

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

Shades of Olive #818205

Tints of Olive #818205

Color information

#818205 (or 0x818205) is unknown color: approx Olive. HEX triplet: 81, 82 and 05. RGB value is (129,130,5). Sum of RGB (Red+Green+Blue) = 129+130+5=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #818205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818205 is #7E7DFA. Grayscale: #737373. Windows color (decimal): -8289787 or 361089. OLE color: 361089.

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

Color convert

RGB1291305-
CMYK0.0100.960.49
HSL60.48º92.59%26.47%-
HSV(B)60.48º96.15%50.98%-
XYZ17.0620.643.23-
YUV115.4565.67137.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=48.86%
G=49.24%
B=1.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12913050.0100.960.4960.4892.5926.47
Hex818251060313c5d1a
Octal201202510140617413532
Binary1000000110000010101101100000110001111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818205; }

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

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

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

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

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

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

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

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