Shades of Camouflage Green #75806A
Tints of Camouflage Green #75806A
RGB
CMYK
RGB Variations
Color information
#75806A (or 0x75806A) is known color: Camouflage Green. HEX triplet: 75, 80 and 6A. RGB value is (117,128,106). Sum of RGB (Red+Green+Blue) = 117+128+106=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #75806A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75806A is #8A7F95. Grayscale: #7A7A7A. Windows color (decimal): -9076630 or 6979701. OLE color: 6979701.
HSL color Cylindrical-coordinate representation of color #75806A: hue angle of 90º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75806A is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 106 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.50 |
| HSL | 90º | 0.09% | 0.46% | - |
| HSV(B) | 90º | 0.17% | 0.5% | - |
| XYZ | 17.66 | 20.26 | 16.62 | - |
| YUV | 122.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 106 | 0.09 | 0 | 0.17 | 0.50 | 90 | 0.09 | 0.46 |
| Hex | 75 | 80 | 6A | 9 | 0 | 11 | 32 | 5A | 9 | 2E |
| Octal | 165 | 200 | 152 | 11 | 0 | 21 | 62 | 132 | 11 | 56 |
| Binary | 1110101 | 10000000 | 1101010 | 1001 | 0 | 10001 | 110010 | 1011010 | 1001 | 101110 |
Color Harmonies of #75806A
Complementary color
Monochromatic Colors of #75806A
Black with #75806A
Text Example
Text Example
White with #75806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75806A; }
p { color: rgb(117,128,106); }
H1.HeaderClassName
{
color: #75806A;
}
.AnyTagClassName
{
color: #75806A;
}
</style>
background-color css
<style>
a { background-color: #75806A; }
a { background-color: rgb(117,128,106); }
div.DivClassName
{
background-color: #75806A;
}
.BgClassName
{
background-color: #75806A;
}
</style>
border-color css
<style>
span { border-color: #75806A; }
span { border-color: rgb(117,128,106); }
td.TdClassName
{
border-color: #75806A;
}
.TagClassName
{
border-color: #75806A;
}
</style>