Shades of Camouflage Green #758260
Tints of Camouflage Green #758260
RGB
CMYK
RGB Variations
Color information
#758260 (or 0x758260) is known color: Camouflage Green. HEX triplet: 75, 82 and 60. RGB value is (117,130,96). Sum of RGB (Red+Green+Blue) = 117+130+96=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #758260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758260 is #8A7D9F. Grayscale: #7A7A7A. Windows color (decimal): -9076128 or 6324853. OLE color: 6324853.
HSL color Cylindrical-coordinate representation of color #758260: hue angle of 82.94º 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 #758260 is Cyan = 0.1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 96 | - |
| CMYK | 0.1 | 0 | 0.26 | 0.49 |
| HSL | 82.94º | 0.15% | 0.44% | - |
| HSV(B) | 82.94º | 0.26% | 0.51% | - |
| XYZ | 17.43 | 20.59 | 14.12 | - |
| YUV | 122.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 96 | 0.1 | 0 | 0.26 | 0.49 | 82.94 | 0.15 | 0.44 |
| Hex | 75 | 82 | 60 | A | 0 | 1A | 31 | 53 | F | 2C |
| Octal | 165 | 202 | 140 | 12 | 0 | 32 | 61 | 123 | 17 | 54 |
| Binary | 1110101 | 10000010 | 1100000 | 1010 | 0 | 11010 | 110001 | 1010011 | 1111 | 101100 |
Color Harmonies of #758260
Complementary color
Monochromatic Colors of #758260
Black with #758260
Text Example
Text Example
White with #758260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758260; }
p { color: rgb(117,130,96); }
H1.HeaderClassName
{
color: #758260;
}
.AnyTagClassName
{
color: #758260;
}
</style>
background-color css
<style>
a { background-color: #758260; }
a { background-color: rgb(117,130,96); }
div.DivClassName
{
background-color: #758260;
}
.BgClassName
{
background-color: #758260;
}
</style>
border-color css
<style>
span { border-color: #758260; }
span { border-color: rgb(117,130,96); }
td.TdClassName
{
border-color: #758260;
}
.TagClassName
{
border-color: #758260;
}
</style>