Shades of Camouflage Green #758163
Tints of Camouflage Green #758163
RGB
CMYK
RGB Variations
Color information
#758163 (or 0x758163) is known color: Camouflage Green. HEX triplet: 75, 81 and 63. RGB value is (117,129,99). Sum of RGB (Red+Green+Blue) = 117+129+99=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #758163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758163 is #8A7E9C. Grayscale: #7A7A7A. Windows color (decimal): -9076381 or 6521205. OLE color: 6521205.
HSL color Cylindrical-coordinate representation of color #758163: hue angle of 84º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758163 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 99 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.49 |
| HSL | 84º | 0.13% | 0.45% | - |
| HSV(B) | 84º | 0.23% | 0.51% | - |
| XYZ | 17.44 | 20.38 | 14.82 | - |
| YUV | 121.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 99 | 0.09 | 0 | 0.23 | 0.49 | 84 | 0.13 | 0.45 |
| Hex | 75 | 81 | 63 | 9 | 0 | 17 | 31 | 54 | D | 2D |
| Octal | 165 | 201 | 143 | 11 | 0 | 27 | 61 | 124 | 15 | 55 |
| Binary | 1110101 | 10000001 | 1100011 | 1001 | 0 | 10111 | 110001 | 1010100 | 1101 | 101101 |
Color Harmonies of #758163
Complementary color
Monochromatic Colors of #758163
Black with #758163
Text Example
Text Example
White with #758163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758163; }
p { color: rgb(117,129,99); }
H1.HeaderClassName
{
color: #758163;
}
.AnyTagClassName
{
color: #758163;
}
</style>
background-color css
<style>
a { background-color: #758163; }
a { background-color: rgb(117,129,99); }
div.DivClassName
{
background-color: #758163;
}
.BgClassName
{
background-color: #758163;
}
</style>
border-color css
<style>
span { border-color: #758163; }
span { border-color: rgb(117,129,99); }
td.TdClassName
{
border-color: #758163;
}
.TagClassName
{
border-color: #758163;
}
</style>