Shades of Olive #897A07
Tints of Olive #897A07
RGB
CMYK
RGB Variations
Color information
#897A07 (or 0x897A07) is known color: Olive. HEX triplet: 89, 7A and 07. RGB value is (137,122,7). Sum of RGB (Red+Green+Blue) = 137+122+7=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #897A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897A07 is #7685F8. Grayscale: #717171. Windows color (decimal): -7767545 or 490121. OLE color: 490121.
HSL color Cylindrical-coordinate representation of color #897A07: hue angle of 53.08º 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 #897A07 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 7 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.46 |
| HSL | 53.08º | 0.9% | 0.28% | - |
| HSV(B) | 53.08º | 0.95% | 0.54% | - |
| XYZ | 17.31 | 19.25 | 3 | - |
| YUV | 113.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 7 | 0 | 0.11 | 0.95 | 0.46 | 53.08 | 0.9 | 0.28 |
| Hex | 89 | 7A | 7 | 0 | B | 5F | 2E | 35 | 5A | 1C |
| Octal | 211 | 172 | 7 | 0 | 13 | 137 | 56 | 65 | 132 | 34 |
| Binary | 10001001 | 1111010 | 111 | 0 | 1011 | 1011111 | 101110 | 110101 | 1011010 | 11100 |
Color Harmonies of #897A07
Complementary color
Monochromatic Colors of #897A07
Black with #897A07
Text Example
Text Example
White with #897A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A07; }
p { color: rgb(137,122,7); }
H1.HeaderClassName
{
color: #897A07;
}
.AnyTagClassName
{
color: #897A07;
}
</style>
background-color css
<style>
a { background-color: #897A07; }
a { background-color: rgb(137,122,7); }
div.DivClassName
{
background-color: #897A07;
}
.BgClassName
{
background-color: #897A07;
}
</style>
border-color css
<style>
span { border-color: #897A07; }
span { border-color: rgb(137,122,7); }
td.TdClassName
{
border-color: #897A07;
}
.TagClassName
{
border-color: #897A07;
}
</style>