Shades of Olive Drab #758C28
Tints of Olive Drab #758C28
RGB
CMYK
RGB Variations
Color information
#758C28 (or 0x758C28) is known color: Olive Drab. HEX triplet: 75, 8C and 28. RGB value is (117,140,40). Sum of RGB (Red+Green+Blue) = 117+140+40=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #758C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C28 is #8A73D7. Grayscale: #7A7A7A. Windows color (decimal): -9073624 or 2657397. OLE color: 2657397.
HSL color Cylindrical-coordinate representation of color #758C28: hue angle of 73.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #758C28 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 40 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.45 |
| HSL | 73.8º | 0.56% | 0.35% | - |
| HSV(B) | 73.8º | 0.71% | 0.55% | - |
| XYZ | 17.1 | 22.69 | 5.49 | - |
| YUV | 121.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 40 | 0.16 | 0 | 0.71 | 0.45 | 73.8 | 0.56 | 0.35 |
| Hex | 75 | 8C | 28 | 10 | 0 | 47 | 2D | 4A | 38 | 23 |
| Octal | 165 | 214 | 50 | 20 | 0 | 107 | 55 | 112 | 70 | 43 |
| Binary | 1110101 | 10001100 | 101000 | 10000 | 0 | 1000111 | 101101 | 1001010 | 111000 | 100011 |
Color Harmonies of #758C28
Complementary color
Monochromatic Colors of #758C28
Black with #758C28
Text Example
Text Example
White with #758C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C28; }
p { color: rgb(117,140,40); }
H1.HeaderClassName
{
color: #758C28;
}
.AnyTagClassName
{
color: #758C28;
}
</style>
background-color css
<style>
a { background-color: #758C28; }
a { background-color: rgb(117,140,40); }
div.DivClassName
{
background-color: #758C28;
}
.BgClassName
{
background-color: #758C28;
}
</style>
border-color css
<style>
span { border-color: #758C28; }
span { border-color: rgb(117,140,40); }
td.TdClassName
{
border-color: #758C28;
}
.TagClassName
{
border-color: #758C28;
}
</style>