Shades of Camouflage Green #758567
Tints of Camouflage Green #758567
RGB
CMYK
RGB Variations
Color information
#758567 (or 0x758567) is known color: Camouflage Green. HEX triplet: 75, 85 and 67. RGB value is (117,133,103). Sum of RGB (Red+Green+Blue) = 117+133+103=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #758567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758567 is #8A7A98. Grayscale: #7C7C7C. Windows color (decimal): -9075353 or 6784373. OLE color: 6784373.
HSL color Cylindrical-coordinate representation of color #758567: hue angle of 92º 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 #758567 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 103 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.48 |
| HSL | 92º | 0.13% | 0.46% | - |
| HSV(B) | 92º | 0.23% | 0.52% | - |
| XYZ | 18.17 | 21.54 | 16.03 | - |
| YUV | 124.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 103 | 0.12 | 0 | 0.23 | 0.48 | 92 | 0.13 | 0.46 |
| Hex | 75 | 85 | 67 | C | 0 | 17 | 30 | 5C | D | 2E |
| Octal | 165 | 205 | 147 | 14 | 0 | 27 | 60 | 134 | 15 | 56 |
| Binary | 1110101 | 10000101 | 1100111 | 1100 | 0 | 10111 | 110000 | 1011100 | 1101 | 101110 |
Color Harmonies of #758567
Complementary color
Monochromatic Colors of #758567
Black with #758567
Text Example
Text Example
White with #758567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758567; }
p { color: rgb(117,133,103); }
H1.HeaderClassName
{
color: #758567;
}
.AnyTagClassName
{
color: #758567;
}
</style>
background-color css
<style>
a { background-color: #758567; }
a { background-color: rgb(117,133,103); }
div.DivClassName
{
background-color: #758567;
}
.BgClassName
{
background-color: #758567;
}
</style>
border-color css
<style>
span { border-color: #758567; }
span { border-color: rgb(117,133,103); }
td.TdClassName
{
border-color: #758567;
}
.TagClassName
{
border-color: #758567;
}
</style>