Shades of Olive Haze #888268
Tints of Olive Haze #888268
RGB
CMYK
RGB Variations
Color information
#888268 (or 0x888268) is known color: Olive Haze. HEX triplet: 88, 82 and 68. RGB value is (136,130,104). Sum of RGB (Red+Green+Blue) = 136+130+104=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #888268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888268 is #777D97. Grayscale: #808080. Windows color (decimal): -7830936 or 6849160. OLE color: 6849160.
HSL color Cylindrical-coordinate representation of color #888268: hue angle of 48.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888268 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 104 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.47 |
| HSL | 48.75º | 0.13% | 0.47% | - |
| HSV(B) | 48.75º | 0.24% | 0.53% | - |
| XYZ | 20.63 | 22.2 | 16.29 | - |
| YUV | 128.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 104 | 0 | 0.04 | 0.24 | 0.47 | 48.75 | 0.13 | 0.47 |
| Hex | 88 | 82 | 68 | 0 | 4 | 18 | 2F | 31 | D | 2F |
| Octal | 210 | 202 | 150 | 0 | 4 | 30 | 57 | 61 | 15 | 57 |
| Binary | 10001000 | 10000010 | 1101000 | 0 | 100 | 11000 | 101111 | 110001 | 1101 | 101111 |
Color Harmonies of #888268
Complementary color
Monochromatic Colors of #888268
Black with #888268
Text Example
Text Example
White with #888268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888268; }
p { color: rgb(136,130,104); }
H1.HeaderClassName
{
color: #888268;
}
.AnyTagClassName
{
color: #888268;
}
</style>
background-color css
<style>
a { background-color: #888268; }
a { background-color: rgb(136,130,104); }
div.DivClassName
{
background-color: #888268;
}
.BgClassName
{
background-color: #888268;
}
</style>
border-color css
<style>
span { border-color: #888268; }
span { border-color: rgb(136,130,104); }
td.TdClassName
{
border-color: #888268;
}
.TagClassName
{
border-color: #888268;
}
</style>