Shades of Camouflage Green #849375
Tints of Camouflage Green #849375
RGB
CMYK
RGB Variations
Color information
#849375 (or 0x849375) is known color: Camouflage Green. HEX triplet: 84, 93 and 75. RGB value is (132,147,117). Sum of RGB (Red+Green+Blue) = 132+147+117=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #849375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849375 is #7B6C8A. Grayscale: #8B8B8B. Windows color (decimal): -8088715 or 7705476. OLE color: 7705476.
HSL color Cylindrical-coordinate representation of color #849375: hue angle of 90º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #849375 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 117 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.42 |
| HSL | 90º | 0.12% | 0.52% | - |
| HSV(B) | 90º | 0.2% | 0.58% | - |
| XYZ | 23.16 | 27.06 | 20.83 | - |
| YUV | 139.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 117 | 0.10 | 0 | 0.20 | 0.42 | 90 | 0.12 | 0.52 |
| Hex | 84 | 93 | 75 | A | 0 | 14 | 2A | 5A | C | 34 |
| Octal | 204 | 223 | 165 | 12 | 0 | 24 | 52 | 132 | 14 | 64 |
| Binary | 10000100 | 10010011 | 1110101 | 1010 | 0 | 10100 | 101010 | 1011010 | 1100 | 110100 |
Color Harmonies of #849375
Complementary color
Monochromatic Colors of #849375
Black with #849375
Text Example
Text Example
White with #849375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849375; }
p { color: rgb(132,147,117); }
H1.HeaderClassName
{
color: #849375;
}
.AnyTagClassName
{
color: #849375;
}
</style>
background-color css
<style>
a { background-color: #849375; }
a { background-color: rgb(132,147,117); }
div.DivClassName
{
background-color: #849375;
}
.BgClassName
{
background-color: #849375;
}
</style>
border-color css
<style>
span { border-color: #849375; }
span { border-color: rgb(132,147,117); }
td.TdClassName
{
border-color: #849375;
}
.TagClassName
{
border-color: #849375;
}
</style>