Shades of Camouflage Green #758963
Tints of Camouflage Green #758963
RGB
CMYK
RGB Variations
Color information
#758963 (or 0x758963) is known color: Camouflage Green. HEX triplet: 75, 89 and 63. RGB value is (117,137,99). Sum of RGB (Red+Green+Blue) = 117+137+99=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #758963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758963 is #8A769C. Grayscale: #7E7E7E. Windows color (decimal): -9074333 or 6523253. OLE color: 6523253.
HSL color Cylindrical-coordinate representation of color #758963: hue angle of 91.58º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758963 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 99 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.46 |
| HSL | 91.58º | 0.16% | 0.46% | - |
| HSV(B) | 91.58º | 0.28% | 0.54% | - |
| XYZ | 18.53 | 22.57 | 15.18 | - |
| YUV | 126.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 99 | 0.15 | 0 | 0.28 | 0.46 | 91.58 | 0.16 | 0.46 |
| Hex | 75 | 89 | 63 | F | 0 | 1C | 2E | 5C | 10 | 2E |
| Octal | 165 | 211 | 143 | 17 | 0 | 34 | 56 | 134 | 20 | 56 |
| Binary | 1110101 | 10001001 | 1100011 | 1111 | 0 | 11100 | 101110 | 1011100 | 10000 | 101110 |
Color Harmonies of #758963
Complementary color
Monochromatic Colors of #758963
Black with #758963
Text Example
Text Example
White with #758963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758963; }
p { color: rgb(117,137,99); }
H1.HeaderClassName
{
color: #758963;
}
.AnyTagClassName
{
color: #758963;
}
</style>
background-color css
<style>
a { background-color: #758963; }
a { background-color: rgb(117,137,99); }
div.DivClassName
{
background-color: #758963;
}
.BgClassName
{
background-color: #758963;
}
</style>
border-color css
<style>
span { border-color: #758963; }
span { border-color: rgb(117,137,99); }
td.TdClassName
{
border-color: #758963;
}
.TagClassName
{
border-color: #758963;
}
</style>