Shades of Camouflage Green #758966
Tints of Camouflage Green #758966
RGB
CMYK
RGB Variations
Color information
#758966 (or 0x758966) is known color: Camouflage Green. HEX triplet: 75, 89 and 66. RGB value is (117,137,102). Sum of RGB (Red+Green+Blue) = 117+137+102=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #758966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758966 is #8A7699. Grayscale: #7F7F7F. Windows color (decimal): -9074330 or 6719861. OLE color: 6719861.
HSL color Cylindrical-coordinate representation of color #758966: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758966 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 102 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.46 |
| HSL | 94.29º | 0.15% | 0.47% | - |
| HSV(B) | 94.29º | 0.26% | 0.54% | - |
| XYZ | 18.68 | 22.63 | 15.95 | - |
| YUV | 127.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 102 | 0.15 | 0 | 0.26 | 0.46 | 94.29 | 0.15 | 0.47 |
| Hex | 75 | 89 | 66 | F | 0 | 1A | 2E | 5E | F | 2F |
| Octal | 165 | 211 | 146 | 17 | 0 | 32 | 56 | 136 | 17 | 57 |
| Binary | 1110101 | 10001001 | 1100110 | 1111 | 0 | 11010 | 101110 | 1011110 | 1111 | 101111 |
Color Harmonies of #758966
Complementary color
Monochromatic Colors of #758966
Black with #758966
Text Example
Text Example
White with #758966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758966; }
p { color: rgb(117,137,102); }
H1.HeaderClassName
{
color: #758966;
}
.AnyTagClassName
{
color: #758966;
}
</style>
background-color css
<style>
a { background-color: #758966; }
a { background-color: rgb(117,137,102); }
div.DivClassName
{
background-color: #758966;
}
.BgClassName
{
background-color: #758966;
}
</style>
border-color css
<style>
span { border-color: #758966; }
span { border-color: rgb(117,137,102); }
td.TdClassName
{
border-color: #758966;
}
.TagClassName
{
border-color: #758966;
}
</style>