Shades of Olive #958F08
Tints of Olive #958F08
RGB
CMYK
RGB Variations
Color information
#958F08 (or 0x958F08) is known color: Olive. HEX triplet: 95, 8F and 08. RGB value is (149,143,8). Sum of RGB (Red+Green+Blue) = 149+143+8=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958F08 is #6A70F7. Grayscale: #818181. Windows color (decimal): -6975736 or 561045. OLE color: 561045.
HSL color Cylindrical-coordinate representation of color #958F08: hue angle of 57.45º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #958F08 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 8 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.42 |
| HSL | 57.45º | 0.9% | 0.31% | - |
| HSV(B) | 57.45º | 0.95% | 0.58% | - |
| XYZ | 22.26 | 26.05 | 4.09 | - |
| YUV | 129.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 8 | 0 | 0.04 | 0.95 | 0.42 | 57.45 | 0.9 | 0.31 |
| Hex | 95 | 8F | 8 | 0 | 4 | 5F | 2A | 39 | 5A | 1F |
| Octal | 225 | 217 | 10 | 0 | 4 | 137 | 52 | 71 | 132 | 37 |
| Binary | 10010101 | 10001111 | 1000 | 0 | 100 | 1011111 | 101010 | 111001 | 1011010 | 11111 |
Color Harmonies of #958F08
Complementary color
Monochromatic Colors of #958F08
Black with #958F08
Text Example
Text Example
White with #958F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F08; }
p { color: rgb(149,143,8); }
H1.HeaderClassName
{
color: #958F08;
}
.AnyTagClassName
{
color: #958F08;
}
</style>
background-color css
<style>
a { background-color: #958F08; }
a { background-color: rgb(149,143,8); }
div.DivClassName
{
background-color: #958F08;
}
.BgClassName
{
background-color: #958F08;
}
</style>
border-color css
<style>
span { border-color: #958F08; }
span { border-color: rgb(149,143,8); }
td.TdClassName
{
border-color: #958F08;
}
.TagClassName
{
border-color: #958F08;
}
</style>