Shades of Olive #897B08
Tints of Olive #897B08
RGB
CMYK
RGB Variations
Color information
#897B08 (or 0x897B08) is known color: Olive. HEX triplet: 89, 7B and 08. RGB value is (137,123,8). Sum of RGB (Red+Green+Blue) = 137+123+8=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #897B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B08 is #7684F7. Grayscale: #727272. Windows color (decimal): -7767288 or 555913. OLE color: 555913.
HSL color Cylindrical-coordinate representation of color #897B08: hue angle of 53.49º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #897B08 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 8 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.46 |
| HSL | 53.49º | 0.89% | 0.28% | - |
| HSV(B) | 53.49º | 0.94% | 0.54% | - |
| XYZ | 17.44 | 19.5 | 3.07 | - |
| YUV | 114.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 8 | 0 | 0.10 | 0.94 | 0.46 | 53.49 | 0.89 | 0.28 |
| Hex | 89 | 7B | 8 | 0 | A | 5E | 2E | 35 | 59 | 1C |
| Octal | 211 | 173 | 10 | 0 | 12 | 136 | 56 | 65 | 131 | 34 |
| Binary | 10001001 | 1111011 | 1000 | 0 | 1010 | 1011110 | 101110 | 110101 | 1011001 | 11100 |
Color Harmonies of #897B08
Complementary color
Monochromatic Colors of #897B08
Black with #897B08
Text Example
Text Example
White with #897B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B08; }
p { color: rgb(137,123,8); }
H1.HeaderClassName
{
color: #897B08;
}
.AnyTagClassName
{
color: #897B08;
}
</style>
background-color css
<style>
a { background-color: #897B08; }
a { background-color: rgb(137,123,8); }
div.DivClassName
{
background-color: #897B08;
}
.BgClassName
{
background-color: #897B08;
}
</style>
border-color css
<style>
span { border-color: #897B08; }
span { border-color: rgb(137,123,8); }
td.TdClassName
{
border-color: #897B08;
}
.TagClassName
{
border-color: #897B08;
}
</style>