Shades of Olive #958701
Tints of Olive #958701
RGB
CMYK
RGB Variations
Color information
#958701 (or 0x958701) is known color: Olive. HEX triplet: 95, 87 and 01. RGB value is (149,135,1). Sum of RGB (Red+Green+Blue) = 149+135+1=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #958701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958701 is #6A78FE. Grayscale: #7C7C7C. Windows color (decimal): -6977791 or 100245. OLE color: 100245.
HSL color Cylindrical-coordinate representation of color #958701: hue angle of 54.32º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #958701 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.42 |
| HSL | 54.32º | 0.99% | 0.29% | - |
| HSV(B) | 54.32º | 0.99% | 0.58% | - |
| XYZ | 21.06 | 23.72 | 3.5 | - |
| YUV | 123.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 1 | 0 | 0.09 | 0.99 | 0.42 | 54.32 | 0.99 | 0.29 |
| Hex | 95 | 87 | 1 | 0 | 9 | 63 | 2A | 36 | 63 | 1D |
| Octal | 225 | 207 | 1 | 0 | 11 | 143 | 52 | 66 | 143 | 35 |
| Binary | 10010101 | 10000111 | 1 | 0 | 1001 | 1100011 | 101010 | 110110 | 1100011 | 11101 |
Color Harmonies of #958701
Complementary color
Monochromatic Colors of #958701
Black with #958701
Text Example
Text Example
White with #958701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958701; }
p { color: rgb(149,135,1); }
H1.HeaderClassName
{
color: #958701;
}
.AnyTagClassName
{
color: #958701;
}
</style>
background-color css
<style>
a { background-color: #958701; }
a { background-color: rgb(149,135,1); }
div.DivClassName
{
background-color: #958701;
}
.BgClassName
{
background-color: #958701;
}
</style>
border-color css
<style>
span { border-color: #958701; }
span { border-color: rgb(149,135,1); }
td.TdClassName
{
border-color: #958701;
}
.TagClassName
{
border-color: #958701;
}
</style>