Shades of Olive #959102
Tints of Olive #959102
RGB
CMYK
RGB Variations
Color information
#959102 (or 0x959102) is known color: Olive. HEX triplet: 95, 91 and 02. RGB value is (149,145,2). Sum of RGB (Red+Green+Blue) = 149+145+2=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #959102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959102 is #6A6EFD. Grayscale: #828282. Windows color (decimal): -6975230 or 168341. OLE color: 168341.
HSL color Cylindrical-coordinate representation of color #959102: hue angle of 58.37º 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 #959102 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.42 |
| HSL | 58.37º | 0.97% | 0.3% | - |
| HSV(B) | 58.37º | 0.99% | 0.58% | - |
| XYZ | 22.53 | 26.64 | 4.01 | - |
| YUV | 129.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 2 | 0 | 0.03 | 0.99 | 0.42 | 58.37 | 0.97 | 0.3 |
| Hex | 95 | 91 | 2 | 0 | 3 | 63 | 2A | 3A | 61 | 1E |
| Octal | 225 | 221 | 2 | 0 | 3 | 143 | 52 | 72 | 141 | 36 |
| Binary | 10010101 | 10010001 | 10 | 0 | 11 | 1100011 | 101010 | 111010 | 1100001 | 11110 |
Color Harmonies of #959102
Complementary color
Monochromatic Colors of #959102
Black with #959102
Text Example
Text Example
White with #959102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959102; }
p { color: rgb(149,145,2); }
H1.HeaderClassName
{
color: #959102;
}
.AnyTagClassName
{
color: #959102;
}
</style>
background-color css
<style>
a { background-color: #959102; }
a { background-color: rgb(149,145,2); }
div.DivClassName
{
background-color: #959102;
}
.BgClassName
{
background-color: #959102;
}
</style>
border-color css
<style>
span { border-color: #959102; }
span { border-color: rgb(149,145,2); }
td.TdClassName
{
border-color: #959102;
}
.TagClassName
{
border-color: #959102;
}
</style>