Shades of Olive #897F0C
Tints of Olive #897F0C
RGB
CMYK
RGB Variations
Color information
#897F0C (or 0x897F0C) is known color: Olive. HEX triplet: 89, 7F and 0C. RGB value is (137,127,12). Sum of RGB (Red+Green+Blue) = 137+127+12=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #897F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897F0C is #7680F3. Grayscale: #757575. Windows color (decimal): -7766260 or 819081. OLE color: 819081.
HSL color Cylindrical-coordinate representation of color #897F0C: hue angle of 55.2º 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 #897F0C is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 12 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.46 |
| HSL | 55.2º | 0.84% | 0.29% | - |
| HSV(B) | 55.2º | 0.91% | 0.54% | - |
| XYZ | 17.97 | 20.52 | 3.36 | - |
| YUV | 116.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 12 | 0 | 0.07 | 0.91 | 0.46 | 55.2 | 0.84 | 0.29 |
| Hex | 89 | 7F | C | 0 | 7 | 5B | 2E | 37 | 54 | 1D |
| Octal | 211 | 177 | 14 | 0 | 7 | 133 | 56 | 67 | 124 | 35 |
| Binary | 10001001 | 1111111 | 1100 | 0 | 111 | 1011011 | 101110 | 110111 | 1010100 | 11101 |
Color Harmonies of #897F0C
Complementary color
Monochromatic Colors of #897F0C
Black with #897F0C
Text Example
Text Example
White with #897F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F0C; }
p { color: rgb(137,127,12); }
H1.HeaderClassName
{
color: #897F0C;
}
.AnyTagClassName
{
color: #897F0C;
}
</style>
background-color css
<style>
a { background-color: #897F0C; }
a { background-color: rgb(137,127,12); }
div.DivClassName
{
background-color: #897F0C;
}
.BgClassName
{
background-color: #897F0C;
}
</style>
border-color css
<style>
span { border-color: #897F0C; }
span { border-color: rgb(137,127,12); }
td.TdClassName
{
border-color: #897F0C;
}
.TagClassName
{
border-color: #897F0C;
}
</style>