Shades of Olive #897F13
Tints of Olive #897F13
RGB
CMYK
RGB Variations
Color information
#897F13 (or 0x897F13) is known color: Olive. HEX triplet: 89, 7F and 13. RGB value is (137,127,19). Sum of RGB (Red+Green+Blue) = 137+127+19=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #897F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897F13 is #7680EC. Grayscale: #767676. Windows color (decimal): -7766253 or 1277833. OLE color: 1277833.
HSL color Cylindrical-coordinate representation of color #897F13: hue angle of 54.92º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #897F13 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 19 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.46 |
| HSL | 54.92º | 0.76% | 0.31% | - |
| HSV(B) | 54.92º | 0.86% | 0.54% | - |
| XYZ | 18.02 | 20.54 | 3.63 | - |
| YUV | 117.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 19 | 0 | 0.07 | 0.86 | 0.46 | 54.92 | 0.76 | 0.31 |
| Hex | 89 | 7F | 13 | 0 | 7 | 56 | 2E | 37 | 4C | 1F |
| Octal | 211 | 177 | 23 | 0 | 7 | 126 | 56 | 67 | 114 | 37 |
| Binary | 10001001 | 1111111 | 10011 | 0 | 111 | 1010110 | 101110 | 110111 | 1001100 | 11111 |
Color Harmonies of #897F13
Complementary color
Monochromatic Colors of #897F13
Black with #897F13
Text Example
Text Example
White with #897F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F13; }
p { color: rgb(137,127,19); }
H1.HeaderClassName
{
color: #897F13;
}
.AnyTagClassName
{
color: #897F13;
}
</style>
background-color css
<style>
a { background-color: #897F13; }
a { background-color: rgb(137,127,19); }
div.DivClassName
{
background-color: #897F13;
}
.BgClassName
{
background-color: #897F13;
}
</style>
border-color css
<style>
span { border-color: #897F13; }
span { border-color: rgb(137,127,19); }
td.TdClassName
{
border-color: #897F13;
}
.TagClassName
{
border-color: #897F13;
}
</style>