Shades of Olive Drab #758A1D
Tints of Olive Drab #758A1D
RGB
CMYK
RGB Variations
Color information
#758A1D (or 0x758A1D) is known color: Olive Drab. HEX triplet: 75, 8A and 1D. RGB value is (117,138,29). Sum of RGB (Red+Green+Blue) = 117+138+29=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #758A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A1D is #8A75E2. Grayscale: #777777. Windows color (decimal): -9074147 or 1935989. OLE color: 1935989.
HSL color Cylindrical-coordinate representation of color #758A1D: hue angle of 71.56º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #758A1D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 29 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.46 |
| HSL | 71.56º | 0.65% | 0.33% | - |
| HSV(B) | 71.56º | 0.79% | 0.54% | - |
| XYZ | 16.65 | 22.05 | 4.54 | - |
| YUV | 119.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 29 | 0.15 | 0 | 0.79 | 0.46 | 71.56 | 0.65 | 0.33 |
| Hex | 75 | 8A | 1D | F | 0 | 4F | 2E | 48 | 41 | 21 |
| Octal | 165 | 212 | 35 | 17 | 0 | 117 | 56 | 110 | 101 | 41 |
| Binary | 1110101 | 10001010 | 11101 | 1111 | 0 | 1001111 | 101110 | 1001000 | 1000001 | 100001 |
Color Harmonies of #758A1D
Complementary color
Monochromatic Colors of #758A1D
Black with #758A1D
Text Example
Text Example
White with #758A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A1D; }
p { color: rgb(117,138,29); }
H1.HeaderClassName
{
color: #758A1D;
}
.AnyTagClassName
{
color: #758A1D;
}
</style>
background-color css
<style>
a { background-color: #758A1D; }
a { background-color: rgb(117,138,29); }
div.DivClassName
{
background-color: #758A1D;
}
.BgClassName
{
background-color: #758A1D;
}
</style>
border-color css
<style>
span { border-color: #758A1D; }
span { border-color: rgb(117,138,29); }
td.TdClassName
{
border-color: #758A1D;
}
.TagClassName
{
border-color: #758A1D;
}
</style>