Shades of Olive #897505
Tints of Olive #897505
RGB
CMYK
RGB Variations
Color information
#897505 (or 0x897505) is known color: Olive. HEX triplet: 89, 75 and 05. RGB value is (137,117,5). Sum of RGB (Red+Green+Blue) = 137+117+5=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #897505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897505 is #768AFA. Grayscale: #6E6E6E. Windows color (decimal): -7768827 or 357769. OLE color: 357769.
HSL color Cylindrical-coordinate representation of color #897505: hue angle of 50.91º 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 #897505 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 5 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.46 |
| HSL | 50.91º | 0.93% | 0.28% | - |
| HSV(B) | 50.91º | 0.96% | 0.54% | - |
| XYZ | 16.71 | 18.05 | 2.75 | - |
| YUV | 110.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 5 | 0 | 0.15 | 0.96 | 0.46 | 50.91 | 0.93 | 0.28 |
| Hex | 89 | 75 | 5 | 0 | F | 60 | 2E | 33 | 5D | 1C |
| Octal | 211 | 165 | 5 | 0 | 17 | 140 | 56 | 63 | 135 | 34 |
| Binary | 10001001 | 1110101 | 101 | 0 | 1111 | 1100000 | 101110 | 110011 | 1011101 | 11100 |
Color Harmonies of #897505
Complementary color
Monochromatic Colors of #897505
Black with #897505
Text Example
Text Example
White with #897505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897505; }
p { color: rgb(137,117,5); }
H1.HeaderClassName
{
color: #897505;
}
.AnyTagClassName
{
color: #897505;
}
</style>
background-color css
<style>
a { background-color: #897505; }
a { background-color: rgb(137,117,5); }
div.DivClassName
{
background-color: #897505;
}
.BgClassName
{
background-color: #897505;
}
</style>
border-color css
<style>
span { border-color: #897505; }
span { border-color: rgb(137,117,5); }
td.TdClassName
{
border-color: #897505;
}
.TagClassName
{
border-color: #897505;
}
</style>