Shades of Olive #957F03
Tints of Olive #957F03
RGB
CMYK
RGB Variations
Color information
#957F03 (or 0x957F03) is known color: Olive. HEX triplet: 95, 7F and 03. RGB value is (149,127,3). Sum of RGB (Red+Green+Blue) = 149+127+3=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #957F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F03 is #6A80FC. Grayscale: #777777. Windows color (decimal): -6979837 or 229269. OLE color: 229269.
HSL color Cylindrical-coordinate representation of color #957F03: hue angle of 50.96º 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 #957F03 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.42 |
| HSL | 50.96º | 0.96% | 0.3% | - |
| HSV(B) | 50.96º | 0.98% | 0.58% | - |
| XYZ | 20 | 21.57 | 3.2 | - |
| YUV | 119.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 3 | 0 | 0.15 | 0.98 | 0.42 | 50.96 | 0.96 | 0.3 |
| Hex | 95 | 7F | 3 | 0 | F | 62 | 2A | 33 | 60 | 1E |
| Octal | 225 | 177 | 3 | 0 | 17 | 142 | 52 | 63 | 140 | 36 |
| Binary | 10010101 | 1111111 | 11 | 0 | 1111 | 1100010 | 101010 | 110011 | 1100000 | 11110 |
Color Harmonies of #957F03
Complementary color
Monochromatic Colors of #957F03
Black with #957F03
Text Example
Text Example
White with #957F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F03; }
p { color: rgb(149,127,3); }
H1.HeaderClassName
{
color: #957F03;
}
.AnyTagClassName
{
color: #957F03;
}
</style>
background-color css
<style>
a { background-color: #957F03; }
a { background-color: rgb(149,127,3); }
div.DivClassName
{
background-color: #957F03;
}
.BgClassName
{
background-color: #957F03;
}
</style>
border-color css
<style>
span { border-color: #957F03; }
span { border-color: rgb(149,127,3); }
td.TdClassName
{
border-color: #957F03;
}
.TagClassName
{
border-color: #957F03;
}
</style>