Shades of Olive Drab #758C25
Tints of Olive Drab #758C25
RGB
CMYK
RGB Variations
Color information
#758C25 (or 0x758C25) is known color: Olive Drab. HEX triplet: 75, 8C and 25. RGB value is (117,140,37). Sum of RGB (Red+Green+Blue) = 117+140+37=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #758C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C25 is #8A73DA. Grayscale: #797979. Windows color (decimal): -9073627 or 2460789. OLE color: 2460789.
HSL color Cylindrical-coordinate representation of color #758C25: hue angle of 73.4º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #758C25 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 37 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.45 |
| HSL | 73.4º | 0.58% | 0.35% | - |
| HSV(B) | 73.4º | 0.74% | 0.55% | - |
| XYZ | 17.05 | 22.67 | 5.23 | - |
| YUV | 121.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 37 | 0.16 | 0 | 0.74 | 0.45 | 73.4 | 0.58 | 0.35 |
| Hex | 75 | 8C | 25 | 10 | 0 | 4A | 2D | 49 | 3A | 23 |
| Octal | 165 | 214 | 45 | 20 | 0 | 112 | 55 | 111 | 72 | 43 |
| Binary | 1110101 | 10001100 | 100101 | 10000 | 0 | 1001010 | 101101 | 1001001 | 111010 | 100011 |
Color Harmonies of #758C25
Complementary color
Monochromatic Colors of #758C25
Black with #758C25
Text Example
Text Example
White with #758C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C25; }
p { color: rgb(117,140,37); }
H1.HeaderClassName
{
color: #758C25;
}
.AnyTagClassName
{
color: #758C25;
}
</style>
background-color css
<style>
a { background-color: #758C25; }
a { background-color: rgb(117,140,37); }
div.DivClassName
{
background-color: #758C25;
}
.BgClassName
{
background-color: #758C25;
}
</style>
border-color css
<style>
span { border-color: #758C25; }
span { border-color: rgb(117,140,37); }
td.TdClassName
{
border-color: #758C25;
}
.TagClassName
{
border-color: #758C25;
}
</style>