Shades of Olive Haze #817B63
Tints of Olive Haze #817B63
RGB
CMYK
RGB Variations
Color information
#817B63 (or 0x817B63) is known color: Olive Haze. HEX triplet: 81, 7B and 63. RGB value is (129,123,99). Sum of RGB (Red+Green+Blue) = 129+123+99=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 129 - color contains mainly: red. Hex color #817B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B63 is #7E849C. Grayscale: #7A7A7A. Windows color (decimal): -8291485 or 6519681. OLE color: 6519681.
HSL color Cylindrical-coordinate representation of color #817B63: hue angle of 48º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817B63 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 99 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.49 |
| HSL | 48º | 0.13% | 0.45% | - |
| HSV(B) | 48º | 0.23% | 0.51% | - |
| XYZ | 18.39 | 19.73 | 14.64 | - |
| YUV | 122.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 99 | 0 | 0.05 | 0.23 | 0.49 | 48 | 0.13 | 0.45 |
| Hex | 81 | 7B | 63 | 0 | 5 | 17 | 31 | 30 | D | 2D |
| Octal | 201 | 173 | 143 | 0 | 5 | 27 | 61 | 60 | 15 | 55 |
| Binary | 10000001 | 1111011 | 1100011 | 0 | 101 | 10111 | 110001 | 110000 | 1101 | 101101 |
Color Harmonies of #817B63
Complementary color
Monochromatic Colors of #817B63
Black with #817B63
Text Example
Text Example
White with #817B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B63; }
p { color: rgb(129,123,99); }
H1.HeaderClassName
{
color: #817B63;
}
.AnyTagClassName
{
color: #817B63;
}
</style>
background-color css
<style>
a { background-color: #817B63; }
a { background-color: rgb(129,123,99); }
div.DivClassName
{
background-color: #817B63;
}
.BgClassName
{
background-color: #817B63;
}
</style>
border-color css
<style>
span { border-color: #817B63; }
span { border-color: rgb(129,123,99); }
td.TdClassName
{
border-color: #817B63;
}
.TagClassName
{
border-color: #817B63;
}
</style>