Shades of Olive #958C07
Tints of Olive #958C07
RGB
CMYK
RGB Variations
Color information
#958C07 (or 0x958C07) is known color: Olive. HEX triplet: 95, 8C and 07. RGB value is (149,140,7). Sum of RGB (Red+Green+Blue) = 149+140+7=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #958C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C07 is #6A73F8. Grayscale: #808080. Windows color (decimal): -6976505 or 494741. OLE color: 494741.
HSL color Cylindrical-coordinate representation of color #958C07: hue angle of 56.2º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #958C07 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 7 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.42 |
| HSL | 56.2º | 0.91% | 0.31% | - |
| HSV(B) | 56.2º | 0.95% | 0.58% | - |
| XYZ | 21.81 | 25.16 | 3.91 | - |
| YUV | 127.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 7 | 0 | 0.06 | 0.95 | 0.42 | 56.2 | 0.91 | 0.31 |
| Hex | 95 | 8C | 7 | 0 | 6 | 5F | 2A | 38 | 5B | 1F |
| Octal | 225 | 214 | 7 | 0 | 6 | 137 | 52 | 70 | 133 | 37 |
| Binary | 10010101 | 10001100 | 111 | 0 | 110 | 1011111 | 101010 | 111000 | 1011011 | 11111 |
Color Harmonies of #958C07
Complementary color
Monochromatic Colors of #958C07
Black with #958C07
Text Example
Text Example
White with #958C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C07; }
p { color: rgb(149,140,7); }
H1.HeaderClassName
{
color: #958C07;
}
.AnyTagClassName
{
color: #958C07;
}
</style>
background-color css
<style>
a { background-color: #958C07; }
a { background-color: rgb(149,140,7); }
div.DivClassName
{
background-color: #958C07;
}
.BgClassName
{
background-color: #958C07;
}
</style>
border-color css
<style>
span { border-color: #958C07; }
span { border-color: rgb(149,140,7); }
td.TdClassName
{
border-color: #958C07;
}
.TagClassName
{
border-color: #958C07;
}
</style>