Shades of Olive Drab #758D2D
Tints of Olive Drab #758D2D
RGB
CMYK
RGB Variations
Color information
#758D2D (or 0x758D2D) is known color: Olive Drab. HEX triplet: 75, 8D and 2D. RGB value is (117,141,45). Sum of RGB (Red+Green+Blue) = 117+141+45=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #758D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D2D is #8A72D2. Grayscale: #7B7B7B. Windows color (decimal): -9073363 or 2985333. OLE color: 2985333.
HSL color Cylindrical-coordinate representation of color #758D2D: hue angle of 75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #758D2D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 45 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.45 |
| HSL | 75º | 0.52% | 0.36% | - |
| HSV(B) | 75º | 0.68% | 0.55% | - |
| XYZ | 17.33 | 23.02 | 6.01 | - |
| YUV | 122.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 45 | 0.17 | 0 | 0.68 | 0.45 | 75 | 0.52 | 0.36 |
| Hex | 75 | 8D | 2D | 11 | 0 | 44 | 2D | 4B | 34 | 24 |
| Octal | 165 | 215 | 55 | 21 | 0 | 104 | 55 | 113 | 64 | 44 |
| Binary | 1110101 | 10001101 | 101101 | 10001 | 0 | 1000100 | 101101 | 1001011 | 110100 | 100100 |
Color Harmonies of #758D2D
Complementary color
Monochromatic Colors of #758D2D
Black with #758D2D
Text Example
Text Example
White with #758D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D2D; }
p { color: rgb(117,141,45); }
H1.HeaderClassName
{
color: #758D2D;
}
.AnyTagClassName
{
color: #758D2D;
}
</style>
background-color css
<style>
a { background-color: #758D2D; }
a { background-color: rgb(117,141,45); }
div.DivClassName
{
background-color: #758D2D;
}
.BgClassName
{
background-color: #758D2D;
}
</style>
border-color css
<style>
span { border-color: #758D2D; }
span { border-color: rgb(117,141,45); }
td.TdClassName
{
border-color: #758D2D;
}
.TagClassName
{
border-color: #758D2D;
}
</style>