Shades of Olive #958E02
Tints of Olive #958E02
RGB
CMYK
RGB Variations
Color information
#958E02 (or 0x958E02) is known color: Olive. HEX triplet: 95, 8E and 02. RGB value is (149,142,2). Sum of RGB (Red+Green+Blue) = 149+142+2=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #958E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958E02 is #6A71FD. Grayscale: #808080. Windows color (decimal): -6975998 or 167573. OLE color: 167573.
HSL color Cylindrical-coordinate representation of color #958E02: hue angle of 57.14º 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 #958E02 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.42 |
| HSL | 57.14º | 0.97% | 0.3% | - |
| HSV(B) | 57.14º | 0.99% | 0.58% | - |
| XYZ | 22.08 | 25.74 | 3.86 | - |
| YUV | 128.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 2 | 0 | 0.05 | 0.99 | 0.42 | 57.14 | 0.97 | 0.3 |
| Hex | 95 | 8E | 2 | 0 | 5 | 63 | 2A | 39 | 61 | 1E |
| Octal | 225 | 216 | 2 | 0 | 5 | 143 | 52 | 71 | 141 | 36 |
| Binary | 10010101 | 10001110 | 10 | 0 | 101 | 1100011 | 101010 | 111001 | 1100001 | 11110 |
Color Harmonies of #958E02
Complementary color
Monochromatic Colors of #958E02
Black with #958E02
Text Example
Text Example
White with #958E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E02; }
p { color: rgb(149,142,2); }
H1.HeaderClassName
{
color: #958E02;
}
.AnyTagClassName
{
color: #958E02;
}
</style>
background-color css
<style>
a { background-color: #958E02; }
a { background-color: rgb(149,142,2); }
div.DivClassName
{
background-color: #958E02;
}
.BgClassName
{
background-color: #958E02;
}
</style>
border-color css
<style>
span { border-color: #958E02; }
span { border-color: rgb(149,142,2); }
td.TdClassName
{
border-color: #958E02;
}
.TagClassName
{
border-color: #958E02;
}
</style>