Shades of Camouflage Green #758761
Tints of Camouflage Green #758761
RGB
CMYK
RGB Variations
Color information
#758761 (or 0x758761) is known color: Camouflage Green. HEX triplet: 75, 87 and 61. RGB value is (117,135,97). Sum of RGB (Red+Green+Blue) = 117+135+97=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #758761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758761 is #8A789E. Grayscale: #7D7D7D. Windows color (decimal): -9074847 or 6391669. OLE color: 6391669.
HSL color Cylindrical-coordinate representation of color #758761: hue angle of 88.42º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758761 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 97 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.47 |
| HSL | 88.42º | 0.16% | 0.45% | - |
| HSV(B) | 88.42º | 0.28% | 0.53% | - |
| XYZ | 18.16 | 21.97 | 14.59 | - |
| YUV | 125.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 97 | 0.13 | 0 | 0.28 | 0.47 | 88.42 | 0.16 | 0.45 |
| Hex | 75 | 87 | 61 | D | 0 | 1C | 2F | 58 | 10 | 2D |
| Octal | 165 | 207 | 141 | 15 | 0 | 34 | 57 | 130 | 20 | 55 |
| Binary | 1110101 | 10000111 | 1100001 | 1101 | 0 | 11100 | 101111 | 1011000 | 10000 | 101101 |
Color Harmonies of #758761
Complementary color
Monochromatic Colors of #758761
Black with #758761
Text Example
Text Example
White with #758761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758761; }
p { color: rgb(117,135,97); }
H1.HeaderClassName
{
color: #758761;
}
.AnyTagClassName
{
color: #758761;
}
</style>
background-color css
<style>
a { background-color: #758761; }
a { background-color: rgb(117,135,97); }
div.DivClassName
{
background-color: #758761;
}
.BgClassName
{
background-color: #758761;
}
</style>
border-color css
<style>
span { border-color: #758761; }
span { border-color: rgb(117,135,97); }
td.TdClassName
{
border-color: #758761;
}
.TagClassName
{
border-color: #758761;
}
</style>