Shades of Camouflage Green #758862
Tints of Camouflage Green #758862
RGB
CMYK
RGB Variations
Color information
#758862 (or 0x758862) is known color: Camouflage Green. HEX triplet: 75, 88 and 62. RGB value is (117,136,98). Sum of RGB (Red+Green+Blue) = 117+136+98=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #758862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758862 is #8A779D. Grayscale: #7E7E7E. Windows color (decimal): -9074590 or 6457461. OLE color: 6457461.
HSL color Cylindrical-coordinate representation of color #758862: hue angle of 90º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758862 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 98 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.47 |
| HSL | 90º | 0.16% | 0.46% | - |
| HSV(B) | 90º | 0.28% | 0.53% | - |
| XYZ | 18.34 | 22.27 | 14.89 | - |
| YUV | 125.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 98 | 0.14 | 0 | 0.28 | 0.47 | 90 | 0.16 | 0.46 |
| Hex | 75 | 88 | 62 | E | 0 | 1C | 2F | 5A | 10 | 2E |
| Octal | 165 | 210 | 142 | 16 | 0 | 34 | 57 | 132 | 20 | 56 |
| Binary | 1110101 | 10001000 | 1100010 | 1110 | 0 | 11100 | 101111 | 1011010 | 10000 | 101110 |
Color Harmonies of #758862
Complementary color
Monochromatic Colors of #758862
Black with #758862
Text Example
Text Example
White with #758862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758862; }
p { color: rgb(117,136,98); }
H1.HeaderClassName
{
color: #758862;
}
.AnyTagClassName
{
color: #758862;
}
</style>
background-color css
<style>
a { background-color: #758862; }
a { background-color: rgb(117,136,98); }
div.DivClassName
{
background-color: #758862;
}
.BgClassName
{
background-color: #758862;
}
</style>
border-color css
<style>
span { border-color: #758862; }
span { border-color: rgb(117,136,98); }
td.TdClassName
{
border-color: #758862;
}
.TagClassName
{
border-color: #758862;
}
</style>