Shades of Camouflage Green #758060
Tints of Camouflage Green #758060
RGB
CMYK
RGB Variations
Color information
#758060 (or 0x758060) is known color: Camouflage Green. HEX triplet: 75, 80 and 60. RGB value is (117,128,96). Sum of RGB (Red+Green+Blue) = 117+128+96=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #758060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758060 is #8A7F9F. Grayscale: #797979. Windows color (decimal): -9076640 or 6324341. OLE color: 6324341.
HSL color Cylindrical-coordinate representation of color #758060: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758060 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 96 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.50 |
| HSL | 80.63º | 0.14% | 0.44% | - |
| HSV(B) | 80.63º | 0.25% | 0.5% | - |
| XYZ | 17.17 | 20.06 | 14.03 | - |
| YUV | 121.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 96 | 0.09 | 0 | 0.25 | 0.50 | 80.63 | 0.14 | 0.44 |
| Hex | 75 | 80 | 60 | 9 | 0 | 19 | 32 | 51 | E | 2C |
| Octal | 165 | 200 | 140 | 11 | 0 | 31 | 62 | 121 | 16 | 54 |
| Binary | 1110101 | 10000000 | 1100000 | 1001 | 0 | 11001 | 110010 | 1010001 | 1110 | 101100 |
Color Harmonies of #758060
Complementary color
Monochromatic Colors of #758060
Black with #758060
Text Example
Text Example
White with #758060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758060; }
p { color: rgb(117,128,96); }
H1.HeaderClassName
{
color: #758060;
}
.AnyTagClassName
{
color: #758060;
}
</style>
background-color css
<style>
a { background-color: #758060; }
a { background-color: rgb(117,128,96); }
div.DivClassName
{
background-color: #758060;
}
.BgClassName
{
background-color: #758060;
}
</style>
border-color css
<style>
span { border-color: #758060; }
span { border-color: rgb(117,128,96); }
td.TdClassName
{
border-color: #758060;
}
.TagClassName
{
border-color: #758060;
}
</style>