Shades of Olive #89840C
Tints of Olive #89840C
RGB
CMYK
RGB Variations
Color information
#89840C (or 0x89840C) is known color: Olive. HEX triplet: 89, 84 and 0C. RGB value is (137,132,12). Sum of RGB (Red+Green+Blue) = 137+132+12=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89840C is #767BF3. Grayscale: #787878. Windows color (decimal): -7764980 or 820361. OLE color: 820361.
HSL color Cylindrical-coordinate representation of color #89840C: hue angle of 57.6º 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 #89840C is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 12 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.46 |
| HSL | 57.6º | 0.84% | 0.29% | - |
| HSV(B) | 57.6º | 0.91% | 0.54% | - |
| XYZ | 18.63 | 21.85 | 3.58 | - |
| YUV | 119.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 12 | 0 | 0.04 | 0.91 | 0.46 | 57.6 | 0.84 | 0.29 |
| Hex | 89 | 84 | C | 0 | 4 | 5B | 2E | 3A | 54 | 1D |
| Octal | 211 | 204 | 14 | 0 | 4 | 133 | 56 | 72 | 124 | 35 |
| Binary | 10001001 | 10000100 | 1100 | 0 | 100 | 1011011 | 101110 | 111010 | 1010100 | 11101 |
Color Harmonies of #89840C
Complementary color
Monochromatic Colors of #89840C
Black with #89840C
Text Example
Text Example
White with #89840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89840C; }
p { color: rgb(137,132,12); }
H1.HeaderClassName
{
color: #89840C;
}
.AnyTagClassName
{
color: #89840C;
}
</style>
background-color css
<style>
a { background-color: #89840C; }
a { background-color: rgb(137,132,12); }
div.DivClassName
{
background-color: #89840C;
}
.BgClassName
{
background-color: #89840C;
}
</style>
border-color css
<style>
span { border-color: #89840C; }
span { border-color: rgb(137,132,12); }
td.TdClassName
{
border-color: #89840C;
}
.TagClassName
{
border-color: #89840C;
}
</style>