Shades of Camouflage Green #758162
Tints of Camouflage Green #758162
RGB
CMYK
RGB Variations
Color information
#758162 (or 0x758162) is known color: Camouflage Green. HEX triplet: 75, 81 and 62. RGB value is (117,129,98). Sum of RGB (Red+Green+Blue) = 117+129+98=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #758162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758162 is #8A7E9D. Grayscale: #797979. Windows color (decimal): -9076382 or 6455669. OLE color: 6455669.
HSL color Cylindrical-coordinate representation of color #758162: hue angle of 83.23º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758162 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 98 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.49 |
| HSL | 83.23º | 0.14% | 0.45% | - |
| HSV(B) | 83.23º | 0.24% | 0.51% | - |
| XYZ | 17.39 | 20.36 | 14.57 | - |
| YUV | 121.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 98 | 0.09 | 0 | 0.24 | 0.49 | 83.23 | 0.14 | 0.45 |
| Hex | 75 | 81 | 62 | 9 | 0 | 18 | 31 | 53 | E | 2D |
| Octal | 165 | 201 | 142 | 11 | 0 | 30 | 61 | 123 | 16 | 55 |
| Binary | 1110101 | 10000001 | 1100010 | 1001 | 0 | 11000 | 110001 | 1010011 | 1110 | 101101 |
Color Harmonies of #758162
Complementary color
Monochromatic Colors of #758162
Black with #758162
Text Example
Text Example
White with #758162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758162; }
p { color: rgb(117,129,98); }
H1.HeaderClassName
{
color: #758162;
}
.AnyTagClassName
{
color: #758162;
}
</style>
background-color css
<style>
a { background-color: #758162; }
a { background-color: rgb(117,129,98); }
div.DivClassName
{
background-color: #758162;
}
.BgClassName
{
background-color: #758162;
}
</style>
border-color css
<style>
span { border-color: #758162; }
span { border-color: rgb(117,129,98); }
td.TdClassName
{
border-color: #758162;
}
.TagClassName
{
border-color: #758162;
}
</style>