Shades of Olive #958508
Tints of Olive #958508
RGB
CMYK
RGB Variations
Color information
#958508 (or 0x958508) is known color: Olive. HEX triplet: 95, 85 and 08. RGB value is (149,133,8). Sum of RGB (Red+Green+Blue) = 149+133+8=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958508 is #6A7AF7. Grayscale: #7C7C7C. Windows color (decimal): -6978296 or 558485. OLE color: 558485.
HSL color Cylindrical-coordinate representation of color #958508: hue angle of 53.19º degrees, saturation: 0.9, 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 #958508 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.42 |
| HSL | 53.19º | 0.9% | 0.31% | - |
| HSV(B) | 53.19º | 0.95% | 0.58% | - |
| XYZ | 20.83 | 23.18 | 3.61 | - |
| YUV | 123.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 8 | 0 | 0.11 | 0.95 | 0.42 | 53.19 | 0.9 | 0.31 |
| Hex | 95 | 85 | 8 | 0 | B | 5F | 2A | 35 | 5A | 1F |
| Octal | 225 | 205 | 10 | 0 | 13 | 137 | 52 | 65 | 132 | 37 |
| Binary | 10010101 | 10000101 | 1000 | 0 | 1011 | 1011111 | 101010 | 110101 | 1011010 | 11111 |
Color Harmonies of #958508
Complementary color
Monochromatic Colors of #958508
Black with #958508
Text Example
Text Example
White with #958508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958508; }
p { color: rgb(149,133,8); }
H1.HeaderClassName
{
color: #958508;
}
.AnyTagClassName
{
color: #958508;
}
</style>
background-color css
<style>
a { background-color: #958508; }
a { background-color: rgb(149,133,8); }
div.DivClassName
{
background-color: #958508;
}
.BgClassName
{
background-color: #958508;
}
</style>
border-color css
<style>
span { border-color: #958508; }
span { border-color: rgb(149,133,8); }
td.TdClassName
{
border-color: #958508;
}
.TagClassName
{
border-color: #958508;
}
</style>