Shades of Olive #758C02
Tints of Olive #758C02
RGB
CMYK
RGB Variations
Color information
#758C02 (or 0x758C02) is known color: Olive. HEX triplet: 75, 8C and 02. RGB value is (117,140,2). Sum of RGB (Red+Green+Blue) = 117+140+2=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #758C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C02 is #8A73FD. Grayscale: #757575. Windows color (decimal): -9073662 or 167029. OLE color: 167029.
HSL color Cylindrical-coordinate representation of color #758C02: hue angle of 70º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758C02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.45 |
| HSL | 70º | 0.97% | 0.28% | - |
| HSV(B) | 70º | 0.99% | 0.55% | - |
| XYZ | 16.73 | 22.54 | 3.53 | - |
| YUV | 117.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 2 | 0.16 | 0 | 0.99 | 0.45 | 70 | 0.97 | 0.28 |
| Hex | 75 | 8C | 2 | 10 | 0 | 63 | 2D | 46 | 61 | 1C |
| Octal | 165 | 214 | 2 | 20 | 0 | 143 | 55 | 106 | 141 | 34 |
| Binary | 1110101 | 10001100 | 10 | 10000 | 0 | 1100011 | 101101 | 1000110 | 1100001 | 11100 |
Color Harmonies of #758C02
Complementary color
Monochromatic Colors of #758C02
Black with #758C02
Text Example
Text Example
White with #758C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C02; }
p { color: rgb(117,140,2); }
H1.HeaderClassName
{
color: #758C02;
}
.AnyTagClassName
{
color: #758C02;
}
</style>
background-color css
<style>
a { background-color: #758C02; }
a { background-color: rgb(117,140,2); }
div.DivClassName
{
background-color: #758C02;
}
.BgClassName
{
background-color: #758C02;
}
</style>
border-color css
<style>
span { border-color: #758C02; }
span { border-color: rgb(117,140,2); }
td.TdClassName
{
border-color: #758C02;
}
.TagClassName
{
border-color: #758C02;
}
</style>