Shades of Olive Drab #758F31
Tints of Olive Drab #758F31
RGB
CMYK
RGB Variations
Color information
#758F31 (or 0x758F31) is known color: Olive Drab. HEX triplet: 75, 8F and 31. RGB value is (117,143,49). Sum of RGB (Red+Green+Blue) = 117+143+49=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #758F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F31 is #8A70CE. Grayscale: #7C7C7C. Windows color (decimal): -9072847 or 3247989. OLE color: 3247989.
HSL color Cylindrical-coordinate representation of color #758F31: hue angle of 76.6º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #758F31 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 49 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.44 |
| HSL | 76.6º | 0.49% | 0.38% | - |
| HSV(B) | 76.6º | 0.66% | 0.56% | - |
| XYZ | 17.71 | 23.65 | 6.54 | - |
| YUV | 124.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 49 | 0.18 | 0 | 0.66 | 0.44 | 76.6 | 0.49 | 0.38 |
| Hex | 75 | 8F | 31 | 12 | 0 | 42 | 2C | 4D | 31 | 26 |
| Octal | 165 | 217 | 61 | 22 | 0 | 102 | 54 | 115 | 61 | 46 |
| Binary | 1110101 | 10001111 | 110001 | 10010 | 0 | 1000010 | 101100 | 1001101 | 110001 | 100110 |
Color Harmonies of #758F31
Complementary color
Monochromatic Colors of #758F31
Black with #758F31
Text Example
Text Example
White with #758F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F31; }
p { color: rgb(117,143,49); }
H1.HeaderClassName
{
color: #758F31;
}
.AnyTagClassName
{
color: #758F31;
}
</style>
background-color css
<style>
a { background-color: #758F31; }
a { background-color: rgb(117,143,49); }
div.DivClassName
{
background-color: #758F31;
}
.BgClassName
{
background-color: #758F31;
}
</style>
border-color css
<style>
span { border-color: #758F31; }
span { border-color: rgb(117,143,49); }
td.TdClassName
{
border-color: #758F31;
}
.TagClassName
{
border-color: #758F31;
}
</style>