Shades of Olive #888907
Tints of Olive #888907
RGB
CMYK
RGB Variations
Color information
#888907 (or 0x888907) is known color: Olive. HEX triplet: 88, 89 and 07. RGB value is (136,137,7). Sum of RGB (Red+Green+Blue) = 136+137+7=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #888907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888907 is #7776F8. Grayscale: #7A7A7A. Windows color (decimal): -7829241 or 493960. OLE color: 493960.
HSL color Cylindrical-coordinate representation of color #888907: hue angle of 60.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #888907 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 7 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.46 |
| HSL | 60.46º | 0.9% | 0.28% | - |
| HSV(B) | 60.46º | 0.95% | 0.54% | - |
| XYZ | 19.14 | 23.14 | 3.66 | - |
| YUV | 121.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 7 | 0.01 | 0 | 0.95 | 0.46 | 60.46 | 0.9 | 0.28 |
| Hex | 88 | 89 | 7 | 1 | 0 | 5F | 2E | 3C | 5A | 1C |
| Octal | 210 | 211 | 7 | 1 | 0 | 137 | 56 | 74 | 132 | 34 |
| Binary | 10001000 | 10001001 | 111 | 1 | 0 | 1011111 | 101110 | 111100 | 1011010 | 11100 |
Color Harmonies of #888907
Complementary color
Monochromatic Colors of #888907
Black with #888907
Text Example
Text Example
White with #888907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888907; }
p { color: rgb(136,137,7); }
H1.HeaderClassName
{
color: #888907;
}
.AnyTagClassName
{
color: #888907;
}
</style>
background-color css
<style>
a { background-color: #888907; }
a { background-color: rgb(136,137,7); }
div.DivClassName
{
background-color: #888907;
}
.BgClassName
{
background-color: #888907;
}
</style>
border-color css
<style>
span { border-color: #888907; }
span { border-color: rgb(136,137,7); }
td.TdClassName
{
border-color: #888907;
}
.TagClassName
{
border-color: #888907;
}
</style>