Shades of Camouflage Green #73845F
Tints of Camouflage Green #73845F
RGB
CMYK
RGB Variations
Color information
#73845F (or 0x73845F) is known color: Camouflage Green. HEX triplet: 73, 84 and 5F. RGB value is (115,132,95). Sum of RGB (Red+Green+Blue) = 115+132+95=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #73845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73845F is #8C7BA0. Grayscale: #7A7A7A. Windows color (decimal): -9206689 or 6259827. OLE color: 6259827.
HSL color Cylindrical-coordinate representation of color #73845F: hue angle of 87.57º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73845F is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 95 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.48 |
| HSL | 87.57º | 0.16% | 0.45% | - |
| HSV(B) | 87.57º | 0.28% | 0.52% | - |
| XYZ | 17.39 | 20.97 | 13.96 | - |
| YUV | 122.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 95 | 0.13 | 0 | 0.28 | 0.48 | 87.57 | 0.16 | 0.45 |
| Hex | 73 | 84 | 5F | D | 0 | 1C | 30 | 58 | 10 | 2D |
| Octal | 163 | 204 | 137 | 15 | 0 | 34 | 60 | 130 | 20 | 55 |
| Binary | 1110011 | 10000100 | 1011111 | 1101 | 0 | 11100 | 110000 | 1011000 | 10000 | 101101 |
Color Harmonies of #73845F
Complementary color
Monochromatic Colors of #73845F
Black with #73845F
Text Example
Text Example
White with #73845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73845F; }
p { color: rgb(115,132,95); }
H1.HeaderClassName
{
color: #73845F;
}
.AnyTagClassName
{
color: #73845F;
}
</style>
background-color css
<style>
a { background-color: #73845F; }
a { background-color: rgb(115,132,95); }
div.DivClassName
{
background-color: #73845F;
}
.BgClassName
{
background-color: #73845F;
}
</style>
border-color css
<style>
span { border-color: #73845F; }
span { border-color: rgb(115,132,95); }
td.TdClassName
{
border-color: #73845F;
}
.TagClassName
{
border-color: #73845F;
}
</style>