Shades of Olive #759803
Tints of Olive #759803
RGB
CMYK
RGB Variations
Color information
#759803 (or 0x759803) is known color: Olive. HEX triplet: 75, 98 and 03. RGB value is (117,152,3). Sum of RGB (Red+Green+Blue) = 117+152+3=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #759803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759803 is #8A67FC. Grayscale: #7D7D7D. Windows color (decimal): -9070589 or 235637. OLE color: 235637.
HSL color Cylindrical-coordinate representation of color #759803: hue angle of 74.09º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #759803 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.40 |
| HSL | 74.09º | 0.96% | 0.3% | - |
| HSV(B) | 74.09º | 0.98% | 0.6% | - |
| XYZ | 18.58 | 26.24 | 4.17 | - |
| YUV | 124.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 3 | 0.23 | 0 | 0.98 | 0.40 | 74.09 | 0.96 | 0.3 |
| Hex | 75 | 98 | 3 | 17 | 0 | 62 | 28 | 4A | 60 | 1E |
| Octal | 165 | 230 | 3 | 27 | 0 | 142 | 50 | 112 | 140 | 36 |
| Binary | 1110101 | 10011000 | 11 | 10111 | 0 | 1100010 | 101000 | 1001010 | 1100000 | 11110 |
Color Harmonies of #759803
Complementary color
Monochromatic Colors of #759803
Black with #759803
Text Example
Text Example
White with #759803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759803; }
p { color: rgb(117,152,3); }
H1.HeaderClassName
{
color: #759803;
}
.AnyTagClassName
{
color: #759803;
}
</style>
background-color css
<style>
a { background-color: #759803; }
a { background-color: rgb(117,152,3); }
div.DivClassName
{
background-color: #759803;
}
.BgClassName
{
background-color: #759803;
}
</style>
border-color css
<style>
span { border-color: #759803; }
span { border-color: rgb(117,152,3); }
td.TdClassName
{
border-color: #759803;
}
.TagClassName
{
border-color: #759803;
}
</style>