Shades of Camouflage Green #758563
Tints of Camouflage Green #758563
RGB
CMYK
RGB Variations
Color information
#758563 (or 0x758563) is known color: Camouflage Green. HEX triplet: 75, 85 and 63. RGB value is (117,133,99). Sum of RGB (Red+Green+Blue) = 117+133+99=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #758563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758563 is #8A7A9C. Grayscale: #7C7C7C. Windows color (decimal): -9075357 or 6522229. OLE color: 6522229.
HSL color Cylindrical-coordinate representation of color #758563: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758563 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 99 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.48 |
| HSL | 88.24º | 0.15% | 0.45% | - |
| HSV(B) | 88.24º | 0.26% | 0.52% | - |
| XYZ | 17.98 | 21.46 | 15 | - |
| YUV | 124.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 99 | 0.12 | 0 | 0.26 | 0.48 | 88.24 | 0.15 | 0.45 |
| Hex | 75 | 85 | 63 | C | 0 | 1A | 30 | 58 | F | 2D |
| Octal | 165 | 205 | 143 | 14 | 0 | 32 | 60 | 130 | 17 | 55 |
| Binary | 1110101 | 10000101 | 1100011 | 1100 | 0 | 11010 | 110000 | 1011000 | 1111 | 101101 |
Color Harmonies of #758563
Complementary color
Monochromatic Colors of #758563
Black with #758563
Text Example
Text Example
White with #758563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758563; }
p { color: rgb(117,133,99); }
H1.HeaderClassName
{
color: #758563;
}
.AnyTagClassName
{
color: #758563;
}
</style>
background-color css
<style>
a { background-color: #758563; }
a { background-color: rgb(117,133,99); }
div.DivClassName
{
background-color: #758563;
}
.BgClassName
{
background-color: #758563;
}
</style>
border-color css
<style>
span { border-color: #758563; }
span { border-color: rgb(117,133,99); }
td.TdClassName
{
border-color: #758563;
}
.TagClassName
{
border-color: #758563;
}
</style>