Shades of Olive #958409
Tints of Olive #958409
RGB
CMYK
RGB Variations
Color information
#958409 (or 0x958409) is known color: Olive. HEX triplet: 95, 84 and 09. RGB value is (149,132,9). Sum of RGB (Red+Green+Blue) = 149+132+9=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958409 is #6A7BF6. Grayscale: #7B7B7B. Windows color (decimal): -6978551 or 623765. OLE color: 623765.
HSL color Cylindrical-coordinate representation of color #958409: hue angle of 52.71º 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 #958409 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 9 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.42 |
| HSL | 52.71º | 0.89% | 0.31% | - |
| HSV(B) | 52.71º | 0.94% | 0.58% | - |
| XYZ | 20.7 | 22.91 | 3.59 | - |
| YUV | 123.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 9 | 0 | 0.11 | 0.94 | 0.42 | 52.71 | 0.89 | 0.31 |
| Hex | 95 | 84 | 9 | 0 | B | 5E | 2A | 35 | 59 | 1F |
| Octal | 225 | 204 | 11 | 0 | 13 | 136 | 52 | 65 | 131 | 37 |
| Binary | 10010101 | 10000100 | 1001 | 0 | 1011 | 1011110 | 101010 | 110101 | 1011001 | 11111 |
Color Harmonies of #958409
Complementary color
Monochromatic Colors of #958409
Black with #958409
Text Example
Text Example
White with #958409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958409; }
p { color: rgb(149,132,9); }
H1.HeaderClassName
{
color: #958409;
}
.AnyTagClassName
{
color: #958409;
}
</style>
background-color css
<style>
a { background-color: #958409; }
a { background-color: rgb(149,132,9); }
div.DivClassName
{
background-color: #958409;
}
.BgClassName
{
background-color: #958409;
}
</style>
border-color css
<style>
span { border-color: #958409; }
span { border-color: rgb(149,132,9); }
td.TdClassName
{
border-color: #958409;
}
.TagClassName
{
border-color: #958409;
}
</style>