Shades of Olive #958509
Tints of Olive #958509
RGB
CMYK
RGB Variations
Color information
#958509 (or 0x958509) is known color: Olive. HEX triplet: 95, 85 and 09. RGB value is (149,133,9). Sum of RGB (Red+Green+Blue) = 149+133+9=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #958509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958509 is #6A7AF6. Grayscale: #7C7C7C. Windows color (decimal): -6978295 or 624021. OLE color: 624021.
HSL color Cylindrical-coordinate representation of color #958509: hue angle of 53.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #958509 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 9 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.42 |
| HSL | 53.14º | 0.89% | 0.31% | - |
| HSV(B) | 53.14º | 0.94% | 0.58% | - |
| XYZ | 20.83 | 23.18 | 3.64 | - |
| YUV | 123.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 9 | 0 | 0.11 | 0.94 | 0.42 | 53.14 | 0.89 | 0.31 |
| Hex | 95 | 85 | 9 | 0 | B | 5E | 2A | 35 | 59 | 1F |
| Octal | 225 | 205 | 11 | 0 | 13 | 136 | 52 | 65 | 131 | 37 |
| Binary | 10010101 | 10000101 | 1001 | 0 | 1011 | 1011110 | 101010 | 110101 | 1011001 | 11111 |
Color Harmonies of #958509
Complementary color
Monochromatic Colors of #958509
Black with #958509
Text Example
Text Example
White with #958509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958509; }
p { color: rgb(149,133,9); }
H1.HeaderClassName
{
color: #958509;
}
.AnyTagClassName
{
color: #958509;
}
</style>
background-color css
<style>
a { background-color: #958509; }
a { background-color: rgb(149,133,9); }
div.DivClassName
{
background-color: #958509;
}
.BgClassName
{
background-color: #958509;
}
</style>
border-color css
<style>
span { border-color: #958509; }
span { border-color: rgb(149,133,9); }
td.TdClassName
{
border-color: #958509;
}
.TagClassName
{
border-color: #958509;
}
</style>