Shades of Olive #958C0A
Tints of Olive #958C0A
RGB
CMYK
RGB Variations
Color information
#958C0A (or 0x958C0A) is known color: Olive. HEX triplet: 95, 8C and 0A. RGB value is (149,140,10). Sum of RGB (Red+Green+Blue) = 149+140+10=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #958C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C0A is #6A73F5. Grayscale: #808080. Windows color (decimal): -6976502 or 691349. OLE color: 691349.
HSL color Cylindrical-coordinate representation of color #958C0A: hue angle of 56.12º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #958C0A is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 10 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.42 |
| HSL | 56.12º | 0.87% | 0.31% | - |
| HSV(B) | 56.12º | 0.93% | 0.58% | - |
| XYZ | 21.83 | 25.17 | 3.99 | - |
| YUV | 127.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 10 | 0 | 0.06 | 0.93 | 0.42 | 56.12 | 0.87 | 0.31 |
| Hex | 95 | 8C | A | 0 | 6 | 5D | 2A | 38 | 57 | 1F |
| Octal | 225 | 214 | 12 | 0 | 6 | 135 | 52 | 70 | 127 | 37 |
| Binary | 10010101 | 10001100 | 1010 | 0 | 110 | 1011101 | 101010 | 111000 | 1010111 | 11111 |
Color Harmonies of #958C0A
Complementary color
Monochromatic Colors of #958C0A
Black with #958C0A
Text Example
Text Example
White with #958C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C0A; }
p { color: rgb(149,140,10); }
H1.HeaderClassName
{
color: #958C0A;
}
.AnyTagClassName
{
color: #958C0A;
}
</style>
background-color css
<style>
a { background-color: #958C0A; }
a { background-color: rgb(149,140,10); }
div.DivClassName
{
background-color: #958C0A;
}
.BgClassName
{
background-color: #958C0A;
}
</style>
border-color css
<style>
span { border-color: #958C0A; }
span { border-color: rgb(149,140,10); }
td.TdClassName
{
border-color: #958C0A;
}
.TagClassName
{
border-color: #958C0A;
}
</style>