Shades of Olive #958F02
Tints of Olive #958F02
RGB
CMYK
RGB Variations
Color information
#958F02 (or 0x958F02) is known color: Olive. HEX triplet: 95, 8F and 02. RGB value is (149,143,2). Sum of RGB (Red+Green+Blue) = 149+143+2=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #958F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958F02 is #6A70FD. Grayscale: #818181. Windows color (decimal): -6975742 or 167829. OLE color: 167829.
HSL color Cylindrical-coordinate representation of color #958F02: hue angle of 57.55º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #958F02 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.42 |
| HSL | 57.55º | 0.97% | 0.3% | - |
| HSV(B) | 57.55º | 0.99% | 0.58% | - |
| XYZ | 22.23 | 26.04 | 3.91 | - |
| YUV | 128.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 2 | 0 | 0.04 | 0.99 | 0.42 | 57.55 | 0.97 | 0.3 |
| Hex | 95 | 8F | 2 | 0 | 4 | 63 | 2A | 3A | 61 | 1E |
| Octal | 225 | 217 | 2 | 0 | 4 | 143 | 52 | 72 | 141 | 36 |
| Binary | 10010101 | 10001111 | 10 | 0 | 100 | 1100011 | 101010 | 111010 | 1100001 | 11110 |
Color Harmonies of #958F02
Complementary color
Monochromatic Colors of #958F02
Black with #958F02
Text Example
Text Example
White with #958F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F02; }
p { color: rgb(149,143,2); }
H1.HeaderClassName
{
color: #958F02;
}
.AnyTagClassName
{
color: #958F02;
}
</style>
background-color css
<style>
a { background-color: #958F02; }
a { background-color: rgb(149,143,2); }
div.DivClassName
{
background-color: #958F02;
}
.BgClassName
{
background-color: #958F02;
}
</style>
border-color css
<style>
span { border-color: #958F02; }
span { border-color: rgb(149,143,2); }
td.TdClassName
{
border-color: #958F02;
}
.TagClassName
{
border-color: #958F02;
}
</style>