Shades of Camouflage Green #758565
Tints of Camouflage Green #758565
RGB
CMYK
RGB Variations
Color information
#758565 (or 0x758565) is known color: Camouflage Green. HEX triplet: 75, 85 and 65. RGB value is (117,133,101). Sum of RGB (Red+Green+Blue) = 117+133+101=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #758565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758565 is #8A7A9A. Grayscale: #7C7C7C. Windows color (decimal): -9075355 or 6653301. OLE color: 6653301.
HSL color Cylindrical-coordinate representation of color #758565: hue angle of 90º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758565 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 101 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.48 |
| HSL | 90º | 0.14% | 0.46% | - |
| HSV(B) | 90º | 0.24% | 0.52% | - |
| XYZ | 18.07 | 21.5 | 15.51 | - |
| YUV | 124.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 101 | 0.12 | 0 | 0.24 | 0.48 | 90 | 0.14 | 0.46 |
| Hex | 75 | 85 | 65 | C | 0 | 18 | 30 | 5A | E | 2E |
| Octal | 165 | 205 | 145 | 14 | 0 | 30 | 60 | 132 | 16 | 56 |
| Binary | 1110101 | 10000101 | 1100101 | 1100 | 0 | 11000 | 110000 | 1011010 | 1110 | 101110 |
Color Harmonies of #758565
Complementary color
Monochromatic Colors of #758565
Black with #758565
Text Example
Text Example
White with #758565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758565; }
p { color: rgb(117,133,101); }
H1.HeaderClassName
{
color: #758565;
}
.AnyTagClassName
{
color: #758565;
}
</style>
background-color css
<style>
a { background-color: #758565; }
a { background-color: rgb(117,133,101); }
div.DivClassName
{
background-color: #758565;
}
.BgClassName
{
background-color: #758565;
}
</style>
border-color css
<style>
span { border-color: #758565; }
span { border-color: rgb(117,133,101); }
td.TdClassName
{
border-color: #758565;
}
.TagClassName
{
border-color: #758565;
}
</style>