Shades of Olive #958703
Tints of Olive #958703
RGB
CMYK
RGB Variations
Color information
#958703 (or 0x958703) is known color: Olive. HEX triplet: 95, 87 and 03. RGB value is (149,135,3). Sum of RGB (Red+Green+Blue) = 149+135+3=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #958703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958703 is #6A78FC. Grayscale: #7C7C7C. Windows color (decimal): -6977789 or 231317. OLE color: 231317.
HSL color Cylindrical-coordinate representation of color #958703: hue angle of 54.25º 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 #958703 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.42 |
| HSL | 54.25º | 0.96% | 0.3% | - |
| HSV(B) | 54.25º | 0.98% | 0.58% | - |
| XYZ | 21.07 | 23.72 | 3.55 | - |
| YUV | 124.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 3 | 0 | 0.09 | 0.98 | 0.42 | 54.25 | 0.96 | 0.3 |
| Hex | 95 | 87 | 3 | 0 | 9 | 62 | 2A | 36 | 60 | 1E |
| Octal | 225 | 207 | 3 | 0 | 11 | 142 | 52 | 66 | 140 | 36 |
| Binary | 10010101 | 10000111 | 11 | 0 | 1001 | 1100010 | 101010 | 110110 | 1100000 | 11110 |
Color Harmonies of #958703
Complementary color
Monochromatic Colors of #958703
Black with #958703
Text Example
Text Example
White with #958703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958703; }
p { color: rgb(149,135,3); }
H1.HeaderClassName
{
color: #958703;
}
.AnyTagClassName
{
color: #958703;
}
</style>
background-color css
<style>
a { background-color: #958703; }
a { background-color: rgb(149,135,3); }
div.DivClassName
{
background-color: #958703;
}
.BgClassName
{
background-color: #958703;
}
</style>
border-color css
<style>
span { border-color: #958703; }
span { border-color: rgb(149,135,3); }
td.TdClassName
{
border-color: #958703;
}
.TagClassName
{
border-color: #958703;
}
</style>