Shades of Camouflage Green #758861
Tints of Camouflage Green #758861
RGB
CMYK
RGB Variations
Color information
#758861 (or 0x758861) is known color: Camouflage Green. HEX triplet: 75, 88 and 61. RGB value is (117,136,97). Sum of RGB (Red+Green+Blue) = 117+136+97=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #758861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758861 is #8A779E. Grayscale: #7E7E7E. Windows color (decimal): -9074591 or 6391925. OLE color: 6391925.
HSL color Cylindrical-coordinate representation of color #758861: hue angle of 89.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758861 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 97 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.47 |
| HSL | 89.23º | 0.17% | 0.46% | - |
| HSV(B) | 89.23º | 0.29% | 0.53% | - |
| XYZ | 18.3 | 22.25 | 14.64 | - |
| YUV | 125.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 97 | 0.14 | 0 | 0.29 | 0.47 | 89.23 | 0.17 | 0.46 |
| Hex | 75 | 88 | 61 | E | 0 | 1D | 2F | 59 | 11 | 2E |
| Octal | 165 | 210 | 141 | 16 | 0 | 35 | 57 | 131 | 21 | 56 |
| Binary | 1110101 | 10001000 | 1100001 | 1110 | 0 | 11101 | 101111 | 1011001 | 10001 | 101110 |
Color Harmonies of #758861
Complementary color
Monochromatic Colors of #758861
Black with #758861
Text Example
Text Example
White with #758861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758861; }
p { color: rgb(117,136,97); }
H1.HeaderClassName
{
color: #758861;
}
.AnyTagClassName
{
color: #758861;
}
</style>
background-color css
<style>
a { background-color: #758861; }
a { background-color: rgb(117,136,97); }
div.DivClassName
{
background-color: #758861;
}
.BgClassName
{
background-color: #758861;
}
</style>
border-color css
<style>
span { border-color: #758861; }
span { border-color: rgb(117,136,97); }
td.TdClassName
{
border-color: #758861;
}
.TagClassName
{
border-color: #758861;
}
</style>