Shades of Olive #958203
Tints of Olive #958203
RGB
CMYK
RGB Variations
Color information
#958203 (or 0x958203) is known color: Olive. HEX triplet: 95, 82 and 03. RGB value is (149,130,3). Sum of RGB (Red+Green+Blue) = 149+130+3=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #958203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958203 is #6A7DFC. Grayscale: #797979. Windows color (decimal): -6979069 or 230037. OLE color: 230037.
HSL color Cylindrical-coordinate representation of color #958203: hue angle of 52.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #958203 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.42 |
| HSL | 52.19º | 0.96% | 0.3% | - |
| HSV(B) | 52.19º | 0.98% | 0.58% | - |
| XYZ | 20.39 | 22.36 | 3.33 | - |
| YUV | 121.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 3 | 0 | 0.13 | 0.98 | 0.42 | 52.19 | 0.96 | 0.3 |
| Hex | 95 | 82 | 3 | 0 | D | 62 | 2A | 34 | 60 | 1E |
| Octal | 225 | 202 | 3 | 0 | 15 | 142 | 52 | 64 | 140 | 36 |
| Binary | 10010101 | 10000010 | 11 | 0 | 1101 | 1100010 | 101010 | 110100 | 1100000 | 11110 |
Color Harmonies of #958203
Complementary color
Monochromatic Colors of #958203
Black with #958203
Text Example
Text Example
White with #958203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958203; }
p { color: rgb(149,130,3); }
H1.HeaderClassName
{
color: #958203;
}
.AnyTagClassName
{
color: #958203;
}
</style>
background-color css
<style>
a { background-color: #958203; }
a { background-color: rgb(149,130,3); }
div.DivClassName
{
background-color: #958203;
}
.BgClassName
{
background-color: #958203;
}
</style>
border-color css
<style>
span { border-color: #958203; }
span { border-color: rgb(149,130,3); }
td.TdClassName
{
border-color: #958203;
}
.TagClassName
{
border-color: #958203;
}
</style>