Shades of Olive #897A08
Tints of Olive #897A08
RGB
CMYK
RGB Variations
Color information
#897A08 (or 0x897A08) is known color: Olive. HEX triplet: 89, 7A and 08. RGB value is (137,122,8). Sum of RGB (Red+Green+Blue) = 137+122+8=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #897A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897A08 is #7685F7. Grayscale: #717171. Windows color (decimal): -7767544 or 555657. OLE color: 555657.
HSL color Cylindrical-coordinate representation of color #897A08: hue angle of 53.02º 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 #897A08 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 8 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.46 |
| HSL | 53.02º | 0.89% | 0.28% | - |
| HSV(B) | 53.02º | 0.94% | 0.54% | - |
| XYZ | 17.32 | 19.25 | 3.03 | - |
| YUV | 113.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 8 | 0 | 0.11 | 0.94 | 0.46 | 53.02 | 0.89 | 0.28 |
| Hex | 89 | 7A | 8 | 0 | B | 5E | 2E | 35 | 59 | 1C |
| Octal | 211 | 172 | 10 | 0 | 13 | 136 | 56 | 65 | 131 | 34 |
| Binary | 10001001 | 1111010 | 1000 | 0 | 1011 | 1011110 | 101110 | 110101 | 1011001 | 11100 |
Color Harmonies of #897A08
Complementary color
Monochromatic Colors of #897A08
Black with #897A08
Text Example
Text Example
White with #897A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A08; }
p { color: rgb(137,122,8); }
H1.HeaderClassName
{
color: #897A08;
}
.AnyTagClassName
{
color: #897A08;
}
</style>
background-color css
<style>
a { background-color: #897A08; }
a { background-color: rgb(137,122,8); }
div.DivClassName
{
background-color: #897A08;
}
.BgClassName
{
background-color: #897A08;
}
</style>
border-color css
<style>
span { border-color: #897A08; }
span { border-color: rgb(137,122,8); }
td.TdClassName
{
border-color: #897A08;
}
.TagClassName
{
border-color: #897A08;
}
</style>