Shades of Olive #758C03
Tints of Olive #758C03
RGB
CMYK
RGB Variations
Color information
#758C03 (or 0x758C03) is known color: Olive. HEX triplet: 75, 8C and 03. RGB value is (117,140,3). Sum of RGB (Red+Green+Blue) = 117+140+3=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #758C03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C03 is #8A73FC. Grayscale: #767676. Windows color (decimal): -9073661 or 232565. OLE color: 232565.
HSL color Cylindrical-coordinate representation of color #758C03: hue angle of 70.07º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758C03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.45 |
| HSL | 70.07º | 0.96% | 0.28% | - |
| HSV(B) | 70.07º | 0.98% | 0.55% | - |
| XYZ | 16.73 | 22.54 | 3.56 | - |
| YUV | 117.51 | 63.38 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 3 | 0.16 | 0 | 0.98 | 0.45 | 70.07 | 0.96 | 0.28 |
| Hex | 75 | 8C | 3 | 10 | 0 | 62 | 2D | 46 | 60 | 1C |
| Octal | 165 | 214 | 3 | 20 | 0 | 142 | 55 | 106 | 140 | 34 |
| Binary | 1110101 | 10001100 | 11 | 10000 | 0 | 1100010 | 101101 | 1000110 | 1100000 | 11100 |
Color Harmonies of #758C03
Complementary color
Monochromatic Colors of #758C03
Black with #758C03
Text Example
Text Example
White with #758C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C03; }
p { color: rgb(117,140,3); }
H1.HeaderClassName
{
color: #758C03;
}
.AnyTagClassName
{
color: #758C03;
}
</style>
background-color css
<style>
a { background-color: #758C03; }
a { background-color: rgb(117,140,3); }
div.DivClassName
{
background-color: #758C03;
}
.BgClassName
{
background-color: #758C03;
}
</style>
border-color css
<style>
span { border-color: #758C03; }
span { border-color: rgb(117,140,3); }
td.TdClassName
{
border-color: #758C03;
}
.TagClassName
{
border-color: #758C03;
}
</style>