Shades of Olive #95890C
Tints of Olive #95890C
RGB
CMYK
RGB Variations
Color information
#95890C (or 0x95890C) is known color: Olive. HEX triplet: 95, 89 and 0C. RGB value is (149,137,12). Sum of RGB (Red+Green+Blue) = 149+137+12=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95890C is #6A76F3. Grayscale: #7E7E7E. Windows color (decimal): -6977268 or 821653. OLE color: 821653.
HSL color Cylindrical-coordinate representation of color #95890C: hue angle of 54.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95890C is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 12 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.42 |
| HSL | 54.74º | 0.85% | 0.32% | - |
| HSV(B) | 54.74º | 0.92% | 0.58% | - |
| XYZ | 21.41 | 24.31 | 3.91 | - |
| YUV | 126.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 12 | 0 | 0.08 | 0.92 | 0.42 | 54.74 | 0.85 | 0.32 |
| Hex | 95 | 89 | C | 0 | 8 | 5C | 2A | 37 | 55 | 20 |
| Octal | 225 | 211 | 14 | 0 | 10 | 134 | 52 | 67 | 125 | 40 |
| Binary | 10010101 | 10001001 | 1100 | 0 | 1000 | 1011100 | 101010 | 110111 | 1010101 | 100000 |
Color Harmonies of #95890C
Complementary color
Monochromatic Colors of #95890C
Black with #95890C
Text Example
Text Example
White with #95890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95890C; }
p { color: rgb(149,137,12); }
H1.HeaderClassName
{
color: #95890C;
}
.AnyTagClassName
{
color: #95890C;
}
</style>
background-color css
<style>
a { background-color: #95890C; }
a { background-color: rgb(149,137,12); }
div.DivClassName
{
background-color: #95890C;
}
.BgClassName
{
background-color: #95890C;
}
</style>
border-color css
<style>
span { border-color: #95890C; }
span { border-color: rgb(149,137,12); }
td.TdClassName
{
border-color: #95890C;
}
.TagClassName
{
border-color: #95890C;
}
</style>