Shades of Camouflage Green #758662
Tints of Camouflage Green #758662
RGB
CMYK
RGB Variations
Color information
#758662 (or 0x758662) is known color: Camouflage Green. HEX triplet: 75, 86 and 62. RGB value is (117,134,98). Sum of RGB (Red+Green+Blue) = 117+134+98=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #758662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758662 is #8A799D. Grayscale: #7C7C7C. Windows color (decimal): -9075102 or 6456949. OLE color: 6456949.
HSL color Cylindrical-coordinate representation of color #758662: hue angle of 88.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758662 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 98 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.47 |
| HSL | 88.33º | 0.16% | 0.45% | - |
| HSV(B) | 88.33º | 0.27% | 0.53% | - |
| XYZ | 18.07 | 21.71 | 14.79 | - |
| YUV | 124.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 98 | 0.13 | 0 | 0.27 | 0.47 | 88.33 | 0.16 | 0.45 |
| Hex | 75 | 86 | 62 | D | 0 | 1B | 2F | 58 | 10 | 2D |
| Octal | 165 | 206 | 142 | 15 | 0 | 33 | 57 | 130 | 20 | 55 |
| Binary | 1110101 | 10000110 | 1100010 | 1101 | 0 | 11011 | 101111 | 1011000 | 10000 | 101101 |
Color Harmonies of #758662
Complementary color
Monochromatic Colors of #758662
Black with #758662
Text Example
Text Example
White with #758662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758662; }
p { color: rgb(117,134,98); }
H1.HeaderClassName
{
color: #758662;
}
.AnyTagClassName
{
color: #758662;
}
</style>
background-color css
<style>
a { background-color: #758662; }
a { background-color: rgb(117,134,98); }
div.DivClassName
{
background-color: #758662;
}
.BgClassName
{
background-color: #758662;
}
</style>
border-color css
<style>
span { border-color: #758662; }
span { border-color: rgb(117,134,98); }
td.TdClassName
{
border-color: #758662;
}
.TagClassName
{
border-color: #758662;
}
</style>