Shades of Camouflage Green #75846A
Tints of Camouflage Green #75846A
RGB
CMYK
RGB Variations
Color information
#75846A (or 0x75846A) is known color: Camouflage Green. HEX triplet: 75, 84 and 6A. RGB value is (117,132,106). Sum of RGB (Red+Green+Blue) = 117+132+106=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #75846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75846A is #8A7B95. Grayscale: #7C7C7C. Windows color (decimal): -9075606 or 6980725. OLE color: 6980725.
HSL color Cylindrical-coordinate representation of color #75846A: hue angle of 94.62º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75846A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 106 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.48 |
| HSL | 94.62º | 0.11% | 0.47% | - |
| HSV(B) | 94.62º | 0.2% | 0.52% | - |
| XYZ | 18.19 | 21.33 | 16.79 | - |
| YUV | 124.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 106 | 0.11 | 0 | 0.20 | 0.48 | 94.62 | 0.11 | 0.47 |
| Hex | 75 | 84 | 6A | B | 0 | 14 | 30 | 5F | B | 2F |
| Octal | 165 | 204 | 152 | 13 | 0 | 24 | 60 | 137 | 13 | 57 |
| Binary | 1110101 | 10000100 | 1101010 | 1011 | 0 | 10100 | 110000 | 1011111 | 1011 | 101111 |
Color Harmonies of #75846A
Complementary color
Monochromatic Colors of #75846A
Black with #75846A
Text Example
Text Example
White with #75846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75846A; }
p { color: rgb(117,132,106); }
H1.HeaderClassName
{
color: #75846A;
}
.AnyTagClassName
{
color: #75846A;
}
</style>
background-color css
<style>
a { background-color: #75846A; }
a { background-color: rgb(117,132,106); }
div.DivClassName
{
background-color: #75846A;
}
.BgClassName
{
background-color: #75846A;
}
</style>
border-color css
<style>
span { border-color: #75846A; }
span { border-color: rgb(117,132,106); }
td.TdClassName
{
border-color: #75846A;
}
.TagClassName
{
border-color: #75846A;
}
</style>