Shades of Olive #759203
Tints of Olive #759203
RGB
CMYK
RGB Variations
Color information
#759203 (or 0x759203) is known color: Olive. HEX triplet: 75, 92 and 03. RGB value is (117,146,3). Sum of RGB (Red+Green+Blue) = 117+146+3=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #759203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759203 is #8A6DFC. Grayscale: #797979. Windows color (decimal): -9072125 or 234101. OLE color: 234101.
HSL color Cylindrical-coordinate representation of color #759203: hue angle of 72.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #759203 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.43 |
| HSL | 72.17º | 0.96% | 0.29% | - |
| HSV(B) | 72.17º | 0.98% | 0.57% | - |
| XYZ | 17.63 | 24.35 | 3.86 | - |
| YUV | 121.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 3 | 0.20 | 0 | 0.98 | 0.43 | 72.17 | 0.96 | 0.29 |
| Hex | 75 | 92 | 3 | 14 | 0 | 62 | 2B | 48 | 60 | 1D |
| Octal | 165 | 222 | 3 | 24 | 0 | 142 | 53 | 110 | 140 | 35 |
| Binary | 1110101 | 10010010 | 11 | 10100 | 0 | 1100010 | 101011 | 1001000 | 1100000 | 11101 |
Color Harmonies of #759203
Complementary color
Monochromatic Colors of #759203
Black with #759203
Text Example
Text Example
White with #759203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759203; }
p { color: rgb(117,146,3); }
H1.HeaderClassName
{
color: #759203;
}
.AnyTagClassName
{
color: #759203;
}
</style>
background-color css
<style>
a { background-color: #759203; }
a { background-color: rgb(117,146,3); }
div.DivClassName
{
background-color: #759203;
}
.BgClassName
{
background-color: #759203;
}
</style>
border-color css
<style>
span { border-color: #759203; }
span { border-color: rgb(117,146,3); }
td.TdClassName
{
border-color: #759203;
}
.TagClassName
{
border-color: #759203;
}
</style>