Shades of Olive Drab #758E2D
Tints of Olive Drab #758E2D
RGB
CMYK
RGB Variations
Color information
#758E2D (or 0x758E2D) is known color: Olive Drab. HEX triplet: 75, 8E and 2D. RGB value is (117,142,45). Sum of RGB (Red+Green+Blue) = 117+142+45=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #758E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E2D is #8A71D2. Grayscale: #7B7B7B. Windows color (decimal): -9073107 or 2985589. OLE color: 2985589.
HSL color Cylindrical-coordinate representation of color #758E2D: hue angle of 75.46º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #758E2D is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 142 | 45 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.44 |
| HSL | 75.46º | 0.52% | 0.37% | - |
| HSV(B) | 75.46º | 0.68% | 0.56% | - |
| XYZ | 17.48 | 23.32 | 6.06 | - |
| YUV | 123.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 45 | 0.18 | 0 | 0.68 | 0.44 | 75.46 | 0.52 | 0.37 |
| Hex | 75 | 8E | 2D | 12 | 0 | 44 | 2C | 4B | 34 | 25 |
| Octal | 165 | 216 | 55 | 22 | 0 | 104 | 54 | 113 | 64 | 45 |
| Binary | 1110101 | 10001110 | 101101 | 10010 | 0 | 1000100 | 101100 | 1001011 | 110100 | 100101 |
Color Harmonies of #758E2D
Complementary color
Monochromatic Colors of #758E2D
Black with #758E2D
Text Example
Text Example
White with #758E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758E2D; }
p { color: rgb(117,142,45); }
H1.HeaderClassName
{
color: #758E2D;
}
.AnyTagClassName
{
color: #758E2D;
}
</style>
background-color css
<style>
a { background-color: #758E2D; }
a { background-color: rgb(117,142,45); }
div.DivClassName
{
background-color: #758E2D;
}
.BgClassName
{
background-color: #758E2D;
}
</style>
border-color css
<style>
span { border-color: #758E2D; }
span { border-color: rgb(117,142,45); }
td.TdClassName
{
border-color: #758E2D;
}
.TagClassName
{
border-color: #758E2D;
}
</style>