Shades of Camouflage Green #758160
Tints of Camouflage Green #758160
RGB
CMYK
RGB Variations
Color information
#758160 (or 0x758160) is known color: Camouflage Green. HEX triplet: 75, 81 and 60. RGB value is (117,129,96). Sum of RGB (Red+Green+Blue) = 117+129+96=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #758160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758160 is #8A7E9F. Grayscale: #797979. Windows color (decimal): -9076384 or 6324597. OLE color: 6324597.
HSL color Cylindrical-coordinate representation of color #758160: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758160 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 96 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.49 |
| HSL | 81.82º | 0.15% | 0.44% | - |
| HSV(B) | 81.82º | 0.26% | 0.51% | - |
| XYZ | 17.3 | 20.33 | 14.08 | - |
| YUV | 121.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 96 | 0.09 | 0 | 0.26 | 0.49 | 81.82 | 0.15 | 0.44 |
| Hex | 75 | 81 | 60 | 9 | 0 | 1A | 31 | 52 | F | 2C |
| Octal | 165 | 201 | 140 | 11 | 0 | 32 | 61 | 122 | 17 | 54 |
| Binary | 1110101 | 10000001 | 1100000 | 1001 | 0 | 11010 | 110001 | 1010010 | 1111 | 101100 |
Color Harmonies of #758160
Complementary color
Monochromatic Colors of #758160
Black with #758160
Text Example
Text Example
White with #758160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758160; }
p { color: rgb(117,129,96); }
H1.HeaderClassName
{
color: #758160;
}
.AnyTagClassName
{
color: #758160;
}
</style>
background-color css
<style>
a { background-color: #758160; }
a { background-color: rgb(117,129,96); }
div.DivClassName
{
background-color: #758160;
}
.BgClassName
{
background-color: #758160;
}
</style>
border-color css
<style>
span { border-color: #758160; }
span { border-color: rgb(117,129,96); }
td.TdClassName
{
border-color: #758160;
}
.TagClassName
{
border-color: #758160;
}
</style>