Shades of Olive #958B09
Tints of Olive #958B09
RGB
CMYK
RGB Variations
Color information
#958B09 (or 0x958B09) is known color: Olive. HEX triplet: 95, 8B and 09. RGB value is (149,139,9). Sum of RGB (Red+Green+Blue) = 149+139+9=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #958B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B09 is #6A74F6. Grayscale: #7F7F7F. Windows color (decimal): -6976759 or 625557. OLE color: 625557.
HSL color Cylindrical-coordinate representation of color #958B09: hue angle of 55.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 #958B09 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 9 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.42 |
| HSL | 55.71º | 0.89% | 0.31% | - |
| HSV(B) | 55.71º | 0.94% | 0.58% | - |
| XYZ | 21.68 | 24.87 | 3.92 | - |
| YUV | 127.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 9 | 0 | 0.07 | 0.94 | 0.42 | 55.71 | 0.89 | 0.31 |
| Hex | 95 | 8B | 9 | 0 | 7 | 5E | 2A | 38 | 59 | 1F |
| Octal | 225 | 213 | 11 | 0 | 7 | 136 | 52 | 70 | 131 | 37 |
| Binary | 10010101 | 10001011 | 1001 | 0 | 111 | 1011110 | 101010 | 111000 | 1011001 | 11111 |
Color Harmonies of #958B09
Complementary color
Monochromatic Colors of #958B09
Black with #958B09
Text Example
Text Example
White with #958B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B09; }
p { color: rgb(149,139,9); }
H1.HeaderClassName
{
color: #958B09;
}
.AnyTagClassName
{
color: #958B09;
}
</style>
background-color css
<style>
a { background-color: #958B09; }
a { background-color: rgb(149,139,9); }
div.DivClassName
{
background-color: #958B09;
}
.BgClassName
{
background-color: #958B09;
}
</style>
border-color css
<style>
span { border-color: #958B09; }
span { border-color: rgb(149,139,9); }
td.TdClassName
{
border-color: #958B09;
}
.TagClassName
{
border-color: #958B09;
}
</style>