Shades of Olive Haze #888269
Tints of Olive Haze #888269
RGB
CMYK
RGB Variations
Color information
#888269 (or 0x888269) is known color: Olive Haze. HEX triplet: 88, 82 and 69. RGB value is (136,130,105). Sum of RGB (Red+Green+Blue) = 136+130+105=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #888269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888269 is #777D96. Grayscale: #818181. Windows color (decimal): -7830935 or 6914696. OLE color: 6914696.
HSL color Cylindrical-coordinate representation of color #888269: hue angle of 48.39º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888269 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 105 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.47 |
| HSL | 48.39º | 0.13% | 0.47% | - |
| HSV(B) | 48.39º | 0.23% | 0.53% | - |
| XYZ | 20.69 | 22.22 | 16.56 | - |
| YUV | 128.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 105 | 0 | 0.04 | 0.23 | 0.47 | 48.39 | 0.13 | 0.47 |
| Hex | 88 | 82 | 69 | 0 | 4 | 17 | 2F | 30 | D | 2F |
| Octal | 210 | 202 | 151 | 0 | 4 | 27 | 57 | 60 | 15 | 57 |
| Binary | 10001000 | 10000010 | 1101001 | 0 | 100 | 10111 | 101111 | 110000 | 1101 | 101111 |
Color Harmonies of #888269
Complementary color
Monochromatic Colors of #888269
Black with #888269
Text Example
Text Example
White with #888269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888269; }
p { color: rgb(136,130,105); }
H1.HeaderClassName
{
color: #888269;
}
.AnyTagClassName
{
color: #888269;
}
</style>
background-color css
<style>
a { background-color: #888269; }
a { background-color: rgb(136,130,105); }
div.DivClassName
{
background-color: #888269;
}
.BgClassName
{
background-color: #888269;
}
</style>
border-color css
<style>
span { border-color: #888269; }
span { border-color: rgb(136,130,105); }
td.TdClassName
{
border-color: #888269;
}
.TagClassName
{
border-color: #888269;
}
</style>