Shades of Olive #958005
Tints of Olive #958005
RGB
CMYK
RGB Variations
Color information
#958005 (or 0x958005) is known color: Olive. HEX triplet: 95, 80 and 05. RGB value is (149,128,5). Sum of RGB (Red+Green+Blue) = 149+128+5=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #958005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958005 is #6A7FFA. Grayscale: #787878. Windows color (decimal): -6979579 or 360597. OLE color: 360597.
HSL color Cylindrical-coordinate representation of color #958005: hue angle of 51.25º 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 #958005 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.42 |
| HSL | 51.25º | 0.94% | 0.3% | - |
| HSV(B) | 51.25º | 0.97% | 0.58% | - |
| XYZ | 20.14 | 21.84 | 3.3 | - |
| YUV | 120.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 5 | 0 | 0.14 | 0.97 | 0.42 | 51.25 | 0.94 | 0.3 |
| Hex | 95 | 80 | 5 | 0 | E | 61 | 2A | 33 | 5E | 1E |
| Octal | 225 | 200 | 5 | 0 | 16 | 141 | 52 | 63 | 136 | 36 |
| Binary | 10010101 | 10000000 | 101 | 0 | 1110 | 1100001 | 101010 | 110011 | 1011110 | 11110 |
Color Harmonies of #958005
Complementary color
Monochromatic Colors of #958005
Black with #958005
Text Example
Text Example
White with #958005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958005; }
p { color: rgb(149,128,5); }
H1.HeaderClassName
{
color: #958005;
}
.AnyTagClassName
{
color: #958005;
}
</style>
background-color css
<style>
a { background-color: #958005; }
a { background-color: rgb(149,128,5); }
div.DivClassName
{
background-color: #958005;
}
.BgClassName
{
background-color: #958005;
}
</style>
border-color css
<style>
span { border-color: #958005; }
span { border-color: rgb(149,128,5); }
td.TdClassName
{
border-color: #958005;
}
.TagClassName
{
border-color: #958005;
}
</style>