Shades of Olive #897D0C
Tints of Olive #897D0C
RGB
CMYK
RGB Variations
Color information
#897D0C (or 0x897D0C) is known color: Olive. HEX triplet: 89, 7D and 0C. RGB value is (137,125,12). Sum of RGB (Red+Green+Blue) = 137+125+12=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #897D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D0C is #7682F3. Grayscale: #747474. Windows color (decimal): -7766772 or 818569. OLE color: 818569.
HSL color Cylindrical-coordinate representation of color #897D0C: hue angle of 54.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #897D0C is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 12 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.46 |
| HSL | 54.24º | 0.84% | 0.29% | - |
| HSV(B) | 54.24º | 0.91% | 0.54% | - |
| XYZ | 17.72 | 20.01 | 3.28 | - |
| YUV | 115.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 12 | 0 | 0.09 | 0.91 | 0.46 | 54.24 | 0.84 | 0.29 |
| Hex | 89 | 7D | C | 0 | 9 | 5B | 2E | 36 | 54 | 1D |
| Octal | 211 | 175 | 14 | 0 | 11 | 133 | 56 | 66 | 124 | 35 |
| Binary | 10001001 | 1111101 | 1100 | 0 | 1001 | 1011011 | 101110 | 110110 | 1010100 | 11101 |
Color Harmonies of #897D0C
Complementary color
Monochromatic Colors of #897D0C
Black with #897D0C
Text Example
Text Example
White with #897D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D0C; }
p { color: rgb(137,125,12); }
H1.HeaderClassName
{
color: #897D0C;
}
.AnyTagClassName
{
color: #897D0C;
}
</style>
background-color css
<style>
a { background-color: #897D0C; }
a { background-color: rgb(137,125,12); }
div.DivClassName
{
background-color: #897D0C;
}
.BgClassName
{
background-color: #897D0C;
}
</style>
border-color css
<style>
span { border-color: #897D0C; }
span { border-color: rgb(137,125,12); }
td.TdClassName
{
border-color: #897D0C;
}
.TagClassName
{
border-color: #897D0C;
}
</style>