Shades of Olive #888208
Tints of Olive #888208
RGB
CMYK
RGB Variations
Color information
#888208 (or 0x888208) is known color: Olive. HEX triplet: 88, 82 and 08. RGB value is (136,130,8). Sum of RGB (Red+Green+Blue) = 136+130+8=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #888208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888208 is #777DF7. Grayscale: #767676. Windows color (decimal): -7831032 or 557704. OLE color: 557704.
HSL color Cylindrical-coordinate representation of color #888208: hue angle of 57.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #888208 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 8 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.47 |
| HSL | 57.19º | 0.89% | 0.28% | - |
| HSV(B) | 57.19º | 0.94% | 0.53% | - |
| XYZ | 18.18 | 21.22 | 3.37 | - |
| YUV | 117.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 8 | 0 | 0.04 | 0.94 | 0.47 | 57.19 | 0.89 | 0.28 |
| Hex | 88 | 82 | 8 | 0 | 4 | 5E | 2F | 39 | 59 | 1C |
| Octal | 210 | 202 | 10 | 0 | 4 | 136 | 57 | 71 | 131 | 34 |
| Binary | 10001000 | 10000010 | 1000 | 0 | 100 | 1011110 | 101111 | 111001 | 1011001 | 11100 |
Color Harmonies of #888208
Complementary color
Monochromatic Colors of #888208
Black with #888208
Text Example
Text Example
White with #888208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888208; }
p { color: rgb(136,130,8); }
H1.HeaderClassName
{
color: #888208;
}
.AnyTagClassName
{
color: #888208;
}
</style>
background-color css
<style>
a { background-color: #888208; }
a { background-color: rgb(136,130,8); }
div.DivClassName
{
background-color: #888208;
}
.BgClassName
{
background-color: #888208;
}
</style>
border-color css
<style>
span { border-color: #888208; }
span { border-color: rgb(136,130,8); }
td.TdClassName
{
border-color: #888208;
}
.TagClassName
{
border-color: #888208;
}
</style>