Shades of Olive #959305
Tints of Olive #959305
RGB
CMYK
RGB Variations
Color information
#959305 (or 0x959305) is known color: Olive. HEX triplet: 95, 93 and 05. RGB value is (149,147,5). Sum of RGB (Red+Green+Blue) = 149+147+5=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #959305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959305 is #6A6CFA. Grayscale: #838383. Windows color (decimal): -6974715 or 365461. OLE color: 365461.
HSL color Cylindrical-coordinate representation of color #959305: hue angle of 59.17º 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 #959305 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.42 |
| HSL | 59.17º | 0.94% | 0.3% | - |
| HSV(B) | 59.17º | 0.97% | 0.58% | - |
| XYZ | 22.86 | 27.27 | 4.2 | - |
| YUV | 131.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 5 | 0 | 0.01 | 0.97 | 0.42 | 59.17 | 0.94 | 0.3 |
| Hex | 95 | 93 | 5 | 0 | 1 | 61 | 2A | 3B | 5E | 1E |
| Octal | 225 | 223 | 5 | 0 | 1 | 141 | 52 | 73 | 136 | 36 |
| Binary | 10010101 | 10010011 | 101 | 0 | 1 | 1100001 | 101010 | 111011 | 1011110 | 11110 |
Color Harmonies of #959305
Complementary color
Monochromatic Colors of #959305
Black with #959305
Text Example
Text Example
White with #959305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959305; }
p { color: rgb(149,147,5); }
H1.HeaderClassName
{
color: #959305;
}
.AnyTagClassName
{
color: #959305;
}
</style>
background-color css
<style>
a { background-color: #959305; }
a { background-color: rgb(149,147,5); }
div.DivClassName
{
background-color: #959305;
}
.BgClassName
{
background-color: #959305;
}
</style>
border-color css
<style>
span { border-color: #959305; }
span { border-color: rgb(149,147,5); }
td.TdClassName
{
border-color: #959305;
}
.TagClassName
{
border-color: #959305;
}
</style>