Shades of Olive Haze #888169
Tints of Olive Haze #888169
RGB
CMYK
RGB Variations
Color information
#888169 (or 0x888169) is known color: Olive Haze. HEX triplet: 88, 81 and 69. RGB value is (136,129,105). Sum of RGB (Red+Green+Blue) = 136+129+105=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #888169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888169 is #777E96. Grayscale: #808080. Windows color (decimal): -7831191 or 6914440. OLE color: 6914440.
HSL color Cylindrical-coordinate representation of color #888169: hue angle of 46.45º 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 #888169 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 105 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.47 |
| HSL | 46.45º | 0.13% | 0.47% | - |
| HSV(B) | 46.45º | 0.23% | 0.53% | - |
| XYZ | 20.55 | 21.95 | 16.52 | - |
| YUV | 128.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 105 | 0 | 0.05 | 0.23 | 0.47 | 46.45 | 0.13 | 0.47 |
| Hex | 88 | 81 | 69 | 0 | 5 | 17 | 2F | 2E | D | 2F |
| Octal | 210 | 201 | 151 | 0 | 5 | 27 | 57 | 56 | 15 | 57 |
| Binary | 10001000 | 10000001 | 1101001 | 0 | 101 | 10111 | 101111 | 101110 | 1101 | 101111 |
Color Harmonies of #888169
Complementary color
Monochromatic Colors of #888169
Black with #888169
Text Example
Text Example
White with #888169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888169; }
p { color: rgb(136,129,105); }
H1.HeaderClassName
{
color: #888169;
}
.AnyTagClassName
{
color: #888169;
}
</style>
background-color css
<style>
a { background-color: #888169; }
a { background-color: rgb(136,129,105); }
div.DivClassName
{
background-color: #888169;
}
.BgClassName
{
background-color: #888169;
}
</style>
border-color css
<style>
span { border-color: #888169; }
span { border-color: rgb(136,129,105); }
td.TdClassName
{
border-color: #888169;
}
.TagClassName
{
border-color: #888169;
}
</style>