Shades of Camouflage Green #758566
Tints of Camouflage Green #758566
RGB
CMYK
RGB Variations
Color information
#758566 (or 0x758566) is known color: Camouflage Green. HEX triplet: 75, 85 and 66. RGB value is (117,133,102). Sum of RGB (Red+Green+Blue) = 117+133+102=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #758566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758566 is #8A7A99. Grayscale: #7C7C7C. Windows color (decimal): -9075354 or 6718837. OLE color: 6718837.
HSL color Cylindrical-coordinate representation of color #758566: hue angle of 90.97º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758566 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 102 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.48 |
| HSL | 90.97º | 0.13% | 0.46% | - |
| HSV(B) | 90.97º | 0.23% | 0.52% | - |
| XYZ | 18.12 | 21.52 | 15.77 | - |
| YUV | 124.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 102 | 0.12 | 0 | 0.23 | 0.48 | 90.97 | 0.13 | 0.46 |
| Hex | 75 | 85 | 66 | C | 0 | 17 | 30 | 5B | D | 2E |
| Octal | 165 | 205 | 146 | 14 | 0 | 27 | 60 | 133 | 15 | 56 |
| Binary | 1110101 | 10000101 | 1100110 | 1100 | 0 | 10111 | 110000 | 1011011 | 1101 | 101110 |
Color Harmonies of #758566
Complementary color
Monochromatic Colors of #758566
Black with #758566
Text Example
Text Example
White with #758566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758566; }
p { color: rgb(117,133,102); }
H1.HeaderClassName
{
color: #758566;
}
.AnyTagClassName
{
color: #758566;
}
</style>
background-color css
<style>
a { background-color: #758566; }
a { background-color: rgb(117,133,102); }
div.DivClassName
{
background-color: #758566;
}
.BgClassName
{
background-color: #758566;
}
</style>
border-color css
<style>
span { border-color: #758566; }
span { border-color: rgb(117,133,102); }
td.TdClassName
{
border-color: #758566;
}
.TagClassName
{
border-color: #758566;
}
</style>