Shades of Olive #958B05
Tints of Olive #958B05
RGB
CMYK
RGB Variations
Color information
#958B05 (or 0x958B05) is known color: Olive. HEX triplet: 95, 8B and 05. RGB value is (149,139,5). Sum of RGB (Red+Green+Blue) = 149+139+5=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #958B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B05 is #6A74FA. Grayscale: #7F7F7F. Windows color (decimal): -6976763 or 363413. OLE color: 363413.
HSL color Cylindrical-coordinate representation of color #958B05: hue angle of 55.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #958B05 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.42 |
| HSL | 55.83º | 0.94% | 0.3% | - |
| HSV(B) | 55.83º | 0.97% | 0.58% | - |
| XYZ | 21.65 | 24.87 | 3.8 | - |
| YUV | 126.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 5 | 0 | 0.07 | 0.97 | 0.42 | 55.83 | 0.94 | 0.3 |
| Hex | 95 | 8B | 5 | 0 | 7 | 61 | 2A | 38 | 5E | 1E |
| Octal | 225 | 213 | 5 | 0 | 7 | 141 | 52 | 70 | 136 | 36 |
| Binary | 10010101 | 10001011 | 101 | 0 | 111 | 1100001 | 101010 | 111000 | 1011110 | 11110 |
Color Harmonies of #958B05
Complementary color
Monochromatic Colors of #958B05
Black with #958B05
Text Example
Text Example
White with #958B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B05; }
p { color: rgb(149,139,5); }
H1.HeaderClassName
{
color: #958B05;
}
.AnyTagClassName
{
color: #958B05;
}
</style>
background-color css
<style>
a { background-color: #958B05; }
a { background-color: rgb(149,139,5); }
div.DivClassName
{
background-color: #958B05;
}
.BgClassName
{
background-color: #958B05;
}
</style>
border-color css
<style>
span { border-color: #958B05; }
span { border-color: rgb(149,139,5); }
td.TdClassName
{
border-color: #958B05;
}
.TagClassName
{
border-color: #958B05;
}
</style>