Shades of Olive #958502
Tints of Olive #958502
RGB
CMYK
RGB Variations
Color information
#958502 (or 0x958502) is known color: Olive. HEX triplet: 95, 85 and 02. RGB value is (149,133,2). Sum of RGB (Red+Green+Blue) = 149+133+2=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #958502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958502 is #6A7AFD. Grayscale: #7B7B7B. Windows color (decimal): -6978302 or 165269. OLE color: 165269.
HSL color Cylindrical-coordinate representation of color #958502: hue angle of 53.47º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #958502 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.42 |
| HSL | 53.47º | 0.97% | 0.3% | - |
| HSV(B) | 53.47º | 0.99% | 0.58% | - |
| XYZ | 20.79 | 23.17 | 3.43 | - |
| YUV | 122.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 2 | 0 | 0.11 | 0.99 | 0.42 | 53.47 | 0.97 | 0.3 |
| Hex | 95 | 85 | 2 | 0 | B | 63 | 2A | 35 | 61 | 1E |
| Octal | 225 | 205 | 2 | 0 | 13 | 143 | 52 | 65 | 141 | 36 |
| Binary | 10010101 | 10000101 | 10 | 0 | 1011 | 1100011 | 101010 | 110101 | 1100001 | 11110 |
Color Harmonies of #958502
Complementary color
Monochromatic Colors of #958502
Black with #958502
Text Example
Text Example
White with #958502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958502; }
p { color: rgb(149,133,2); }
H1.HeaderClassName
{
color: #958502;
}
.AnyTagClassName
{
color: #958502;
}
</style>
background-color css
<style>
a { background-color: #958502; }
a { background-color: rgb(149,133,2); }
div.DivClassName
{
background-color: #958502;
}
.BgClassName
{
background-color: #958502;
}
</style>
border-color css
<style>
span { border-color: #958502; }
span { border-color: rgb(149,133,2); }
td.TdClassName
{
border-color: #958502;
}
.TagClassName
{
border-color: #958502;
}
</style>