Shades of Camouflage Green #73885F
Tints of Camouflage Green #73885F
RGB
CMYK
RGB Variations
Color information
#73885F (or 0x73885F) is known color: Camouflage Green. HEX triplet: 73, 88 and 5F. RGB value is (115,136,95). Sum of RGB (Red+Green+Blue) = 115+136+95=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #73885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73885F is #8C77A0. Grayscale: #7D7D7D. Windows color (decimal): -9205665 or 6260851. OLE color: 6260851.
HSL color Cylindrical-coordinate representation of color #73885F: hue angle of 90.73º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73885F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 95 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.47 |
| HSL | 90.73º | 0.18% | 0.45% | - |
| HSV(B) | 90.73º | 0.3% | 0.53% | - |
| XYZ | 17.94 | 22.08 | 14.14 | - |
| YUV | 125.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 95 | 0.15 | 0 | 0.30 | 0.47 | 90.73 | 0.18 | 0.45 |
| Hex | 73 | 88 | 5F | F | 0 | 1E | 2F | 5B | 12 | 2D |
| Octal | 163 | 210 | 137 | 17 | 0 | 36 | 57 | 133 | 22 | 55 |
| Binary | 1110011 | 10001000 | 1011111 | 1111 | 0 | 11110 | 101111 | 1011011 | 10010 | 101101 |
Color Harmonies of #73885F
Complementary color
Monochromatic Colors of #73885F
Black with #73885F
Text Example
Text Example
White with #73885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73885F; }
p { color: rgb(115,136,95); }
H1.HeaderClassName
{
color: #73885F;
}
.AnyTagClassName
{
color: #73885F;
}
</style>
background-color css
<style>
a { background-color: #73885F; }
a { background-color: rgb(115,136,95); }
div.DivClassName
{
background-color: #73885F;
}
.BgClassName
{
background-color: #73885F;
}
</style>
border-color css
<style>
span { border-color: #73885F; }
span { border-color: rgb(115,136,95); }
td.TdClassName
{
border-color: #73885F;
}
.TagClassName
{
border-color: #73885F;
}
</style>