Shades of Camouflage Green #758868
Tints of Camouflage Green #758868
RGB
CMYK
RGB Variations
Color information
#758868 (or 0x758868) is known color: Camouflage Green. HEX triplet: 75, 88 and 68. RGB value is (117,136,104). Sum of RGB (Red+Green+Blue) = 117+136+104=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #758868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758868 is #8A7797. Grayscale: #7E7E7E. Windows color (decimal): -9074584 or 6850677. OLE color: 6850677.
HSL color Cylindrical-coordinate representation of color #758868: hue angle of 95.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758868 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 104 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.47 |
| HSL | 95.63º | 0.13% | 0.47% | - |
| HSV(B) | 95.63º | 0.24% | 0.53% | - |
| XYZ | 18.64 | 22.39 | 16.44 | - |
| YUV | 126.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 104 | 0.14 | 0 | 0.24 | 0.47 | 95.63 | 0.13 | 0.47 |
| Hex | 75 | 88 | 68 | E | 0 | 18 | 2F | 60 | D | 2F |
| Octal | 165 | 210 | 150 | 16 | 0 | 30 | 57 | 140 | 15 | 57 |
| Binary | 1110101 | 10001000 | 1101000 | 1110 | 0 | 11000 | 101111 | 1100000 | 1101 | 101111 |
Color Harmonies of #758868
Complementary color
Monochromatic Colors of #758868
Black with #758868
Text Example
Text Example
White with #758868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758868; }
p { color: rgb(117,136,104); }
H1.HeaderClassName
{
color: #758868;
}
.AnyTagClassName
{
color: #758868;
}
</style>
background-color css
<style>
a { background-color: #758868; }
a { background-color: rgb(117,136,104); }
div.DivClassName
{
background-color: #758868;
}
.BgClassName
{
background-color: #758868;
}
</style>
border-color css
<style>
span { border-color: #758868; }
span { border-color: rgb(117,136,104); }
td.TdClassName
{
border-color: #758868;
}
.TagClassName
{
border-color: #758868;
}
</style>