Shades of Olive #887B09
Tints of Olive #887B09
RGB
CMYK
RGB Variations
Color information
#887B09 (or 0x887B09) is known color: Olive. HEX triplet: 88, 7B and 09. RGB value is (136,123,9). Sum of RGB (Red+Green+Blue) = 136+123+9=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #887B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B09 is #7784F6. Grayscale: #727272. Windows color (decimal): -7832823 or 621448. OLE color: 621448.
HSL color Cylindrical-coordinate representation of color #887B09: hue angle of 53.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #887B09 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 9 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.47 |
| HSL | 53.86º | 0.88% | 0.28% | - |
| HSV(B) | 53.86º | 0.93% | 0.53% | - |
| XYZ | 17.29 | 19.42 | 3.1 | - |
| YUV | 113.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 9 | 0 | 0.10 | 0.93 | 0.47 | 53.86 | 0.88 | 0.28 |
| Hex | 88 | 7B | 9 | 0 | A | 5D | 2F | 36 | 58 | 1C |
| Octal | 210 | 173 | 11 | 0 | 12 | 135 | 57 | 66 | 130 | 34 |
| Binary | 10001000 | 1111011 | 1001 | 0 | 1010 | 1011101 | 101111 | 110110 | 1011000 | 11100 |
Color Harmonies of #887B09
Complementary color
Monochromatic Colors of #887B09
Black with #887B09
Text Example
Text Example
White with #887B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B09; }
p { color: rgb(136,123,9); }
H1.HeaderClassName
{
color: #887B09;
}
.AnyTagClassName
{
color: #887B09;
}
</style>
background-color css
<style>
a { background-color: #887B09; }
a { background-color: rgb(136,123,9); }
div.DivClassName
{
background-color: #887B09;
}
.BgClassName
{
background-color: #887B09;
}
</style>
border-color css
<style>
span { border-color: #887B09; }
span { border-color: rgb(136,123,9); }
td.TdClassName
{
border-color: #887B09;
}
.TagClassName
{
border-color: #887B09;
}
</style>