Shades of Camouflage Green #75825E
Tints of Camouflage Green #75825E
RGB
CMYK
RGB Variations
Color information
#75825E (or 0x75825E) is known color: Camouflage Green. HEX triplet: 75, 82 and 5E. RGB value is (117,130,94). Sum of RGB (Red+Green+Blue) = 117+130+94=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #75825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75825E is #8A7DA1. Grayscale: #7A7A7A. Windows color (decimal): -9076130 or 6193781. OLE color: 6193781.
HSL color Cylindrical-coordinate representation of color #75825E: hue angle of 81.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75825E is Cyan = 0.1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 94 | - |
| CMYK | 0.1 | 0 | 0.28 | 0.49 |
| HSL | 81.67º | 0.16% | 0.44% | - |
| HSV(B) | 81.67º | 0.28% | 0.51% | - |
| XYZ | 17.34 | 20.56 | 13.64 | - |
| YUV | 122.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 94 | 0.1 | 0 | 0.28 | 0.49 | 81.67 | 0.16 | 0.44 |
| Hex | 75 | 82 | 5E | A | 0 | 1C | 31 | 52 | 10 | 2C |
| Octal | 165 | 202 | 136 | 12 | 0 | 34 | 61 | 122 | 20 | 54 |
| Binary | 1110101 | 10000010 | 1011110 | 1010 | 0 | 11100 | 110001 | 1010010 | 10000 | 101100 |
Color Harmonies of #75825E
Complementary color
Monochromatic Colors of #75825E
Black with #75825E
Text Example
Text Example
White with #75825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75825E; }
p { color: rgb(117,130,94); }
H1.HeaderClassName
{
color: #75825E;
}
.AnyTagClassName
{
color: #75825E;
}
</style>
background-color css
<style>
a { background-color: #75825E; }
a { background-color: rgb(117,130,94); }
div.DivClassName
{
background-color: #75825E;
}
.BgClassName
{
background-color: #75825E;
}
</style>
border-color css
<style>
span { border-color: #75825E; }
span { border-color: rgb(117,130,94); }
td.TdClassName
{
border-color: #75825E;
}
.TagClassName
{
border-color: #75825E;
}
</style>