Shades of Olive #818208
Tints of Olive #818208
RGB
CMYK
RGB Variations
Color information
#818208 (or 0x818208) is known color: Olive. HEX triplet: 81, 82 and 08. RGB value is (129,130,8). Sum of RGB (Red+Green+Blue) = 129+130+8=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #818208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818208 is #7E7DF7. Grayscale: #747474. Windows color (decimal): -8289784 or 557697. OLE color: 557697.
HSL color Cylindrical-coordinate representation of color #818208: hue angle of 60.49º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #818208 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 8 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.49 |
| HSL | 60.49º | 0.88% | 0.27% | - |
| HSV(B) | 60.49º | 0.94% | 0.51% | - |
| XYZ | 17.08 | 20.65 | 3.32 | - |
| YUV | 115.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 8 | 0.01 | 0 | 0.94 | 0.49 | 60.49 | 0.88 | 0.27 |
| Hex | 81 | 82 | 8 | 1 | 0 | 5E | 31 | 3C | 58 | 1B |
| Octal | 201 | 202 | 10 | 1 | 0 | 136 | 61 | 74 | 130 | 33 |
| Binary | 10000001 | 10000010 | 1000 | 1 | 0 | 1011110 | 110001 | 111100 | 1011000 | 11011 |
Color Harmonies of #818208
Complementary color
Monochromatic Colors of #818208
Black with #818208
Text Example
Text Example
White with #818208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818208; }
p { color: rgb(129,130,8); }
H1.HeaderClassName
{
color: #818208;
}
.AnyTagClassName
{
color: #818208;
}
</style>
background-color css
<style>
a { background-color: #818208; }
a { background-color: rgb(129,130,8); }
div.DivClassName
{
background-color: #818208;
}
.BgClassName
{
background-color: #818208;
}
</style>
border-color css
<style>
span { border-color: #818208; }
span { border-color: rgb(129,130,8); }
td.TdClassName
{
border-color: #818208;
}
.TagClassName
{
border-color: #818208;
}
</style>