Shades of Olive #897905
Tints of Olive #897905
RGB
CMYK
RGB Variations
Color information
#897905 (or 0x897905) is known color: Olive. HEX triplet: 89, 79 and 05. RGB value is (137,121,5). Sum of RGB (Red+Green+Blue) = 137+121+5=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #897905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897905 is #7686FA. Grayscale: #717171. Windows color (decimal): -7767803 or 358793. OLE color: 358793.
HSL color Cylindrical-coordinate representation of color #897905: hue angle of 52.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #897905 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 5 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.46 |
| HSL | 52.73º | 0.93% | 0.28% | - |
| HSV(B) | 52.73º | 0.96% | 0.54% | - |
| XYZ | 17.18 | 19 | 2.91 | - |
| YUV | 112.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 5 | 0 | 0.12 | 0.96 | 0.46 | 52.73 | 0.93 | 0.28 |
| Hex | 89 | 79 | 5 | 0 | C | 60 | 2E | 35 | 5D | 1C |
| Octal | 211 | 171 | 5 | 0 | 14 | 140 | 56 | 65 | 135 | 34 |
| Binary | 10001001 | 1111001 | 101 | 0 | 1100 | 1100000 | 101110 | 110101 | 1011101 | 11100 |
Color Harmonies of #897905
Complementary color
Monochromatic Colors of #897905
Black with #897905
Text Example
Text Example
White with #897905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897905; }
p { color: rgb(137,121,5); }
H1.HeaderClassName
{
color: #897905;
}
.AnyTagClassName
{
color: #897905;
}
</style>
background-color css
<style>
a { background-color: #897905; }
a { background-color: rgb(137,121,5); }
div.DivClassName
{
background-color: #897905;
}
.BgClassName
{
background-color: #897905;
}
</style>
border-color css
<style>
span { border-color: #897905; }
span { border-color: rgb(137,121,5); }
td.TdClassName
{
border-color: #897905;
}
.TagClassName
{
border-color: #897905;
}
</style>