Shades of Camouflage Green #758263
Tints of Camouflage Green #758263
RGB
CMYK
RGB Variations
Color information
#758263 (or 0x758263) is known color: Camouflage Green. HEX triplet: 75, 82 and 63. RGB value is (117,130,99). Sum of RGB (Red+Green+Blue) = 117+130+99=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #758263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758263 is #8A7D9C. Grayscale: #7A7A7A. Windows color (decimal): -9076125 or 6521461. OLE color: 6521461.
HSL color Cylindrical-coordinate representation of color #758263: hue angle of 85.16º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758263 is Cyan = 0.1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 99 | - |
| CMYK | 0.1 | 0 | 0.24 | 0.49 |
| HSL | 85.16º | 0.14% | 0.45% | - |
| HSV(B) | 85.16º | 0.24% | 0.51% | - |
| XYZ | 17.57 | 20.65 | 14.86 | - |
| YUV | 122.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 99 | 0.1 | 0 | 0.24 | 0.49 | 85.16 | 0.14 | 0.45 |
| Hex | 75 | 82 | 63 | A | 0 | 18 | 31 | 55 | E | 2D |
| Octal | 165 | 202 | 143 | 12 | 0 | 30 | 61 | 125 | 16 | 55 |
| Binary | 1110101 | 10000010 | 1100011 | 1010 | 0 | 11000 | 110001 | 1010101 | 1110 | 101101 |
Color Harmonies of #758263
Complementary color
Monochromatic Colors of #758263
Black with #758263
Text Example
Text Example
White with #758263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758263; }
p { color: rgb(117,130,99); }
H1.HeaderClassName
{
color: #758263;
}
.AnyTagClassName
{
color: #758263;
}
</style>
background-color css
<style>
a { background-color: #758263; }
a { background-color: rgb(117,130,99); }
div.DivClassName
{
background-color: #758263;
}
.BgClassName
{
background-color: #758263;
}
</style>
border-color css
<style>
span { border-color: #758263; }
span { border-color: rgb(117,130,99); }
td.TdClassName
{
border-color: #758263;
}
.TagClassName
{
border-color: #758263;
}
</style>