#818206

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

Shades of Olive #818206

Tints of Olive #818206

Color information

#818206 (or 0x818206) is unknown color: approx Olive. HEX triplet: 81, 82 and 06. RGB value is (129,130,6). Sum of RGB (Red+Green+Blue) = 129+130+6=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #818206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818206 is #7E7DF9. Grayscale: #747474. Windows color (decimal): -8289786 or 426625. OLE color: 426625.

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

Color convert

RGB1291306-
CMYK0.0100.950.49
HSL60.48º91.18%26.67%-
HSV(B)60.48º95.38%50.98%-
XYZ17.0720.653.26-
YUV115.5666.17137.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=48.68%
G=49.06%
B=2.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12913060.0100.950.4960.4891.1826.67
Hex81826105F313c5b1b
Octal201202610137617413333
Binary1000000110000010110101011111110001111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818206; }

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

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

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

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

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

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

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

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