Shades of Olive Drab #758C27
Tints of Olive Drab #758C27
RGB
CMYK
RGB Variations
Color information
#758C27 (or 0x758C27) is known color: Olive Drab. HEX triplet: 75, 8C and 27. RGB value is (117,140,39). Sum of RGB (Red+Green+Blue) = 117+140+39=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #758C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C27 is #8A73D8. Grayscale: #797979. Windows color (decimal): -9073625 or 2591861. OLE color: 2591861.
HSL color Cylindrical-coordinate representation of color #758C27: hue angle of 73.66º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #758C27 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 39 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.45 |
| HSL | 73.66º | 0.56% | 0.35% | - |
| HSV(B) | 73.66º | 0.72% | 0.55% | - |
| XYZ | 17.08 | 22.68 | 5.4 | - |
| YUV | 121.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 39 | 0.16 | 0 | 0.72 | 0.45 | 73.66 | 0.56 | 0.35 |
| Hex | 75 | 8C | 27 | 10 | 0 | 48 | 2D | 4A | 38 | 23 |
| Octal | 165 | 214 | 47 | 20 | 0 | 110 | 55 | 112 | 70 | 43 |
| Binary | 1110101 | 10001100 | 100111 | 10000 | 0 | 1001000 | 101101 | 1001010 | 111000 | 100011 |
Color Harmonies of #758C27
Complementary color
Monochromatic Colors of #758C27
Black with #758C27
Text Example
Text Example
White with #758C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C27; }
p { color: rgb(117,140,39); }
H1.HeaderClassName
{
color: #758C27;
}
.AnyTagClassName
{
color: #758C27;
}
</style>
background-color css
<style>
a { background-color: #758C27; }
a { background-color: rgb(117,140,39); }
div.DivClassName
{
background-color: #758C27;
}
.BgClassName
{
background-color: #758C27;
}
</style>
border-color css
<style>
span { border-color: #758C27; }
span { border-color: rgb(117,140,39); }
td.TdClassName
{
border-color: #758C27;
}
.TagClassName
{
border-color: #758C27;
}
</style>