Shades of Camouflage Green #728366
Tints of Camouflage Green #728366
RGB
CMYK
RGB Variations
Color information
#728366 (or 0x728366) is known color: Camouflage Green. HEX triplet: 72, 83 and 66. RGB value is (114,131,102). Sum of RGB (Red+Green+Blue) = 114+131+102=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #728366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728366 is #8D7C99. Grayscale: #7A7A7A. Windows color (decimal): -9272474 or 6718322. OLE color: 6718322.
HSL color Cylindrical-coordinate representation of color #728366: hue angle of 95.17º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728366 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 102 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.49 |
| HSL | 95.17º | 0.12% | 0.46% | - |
| HSV(B) | 95.17º | 0.22% | 0.51% | - |
| XYZ | 17.45 | 20.77 | 15.66 | - |
| YUV | 122.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 102 | 0.13 | 0 | 0.22 | 0.49 | 95.17 | 0.12 | 0.46 |
| Hex | 72 | 83 | 66 | D | 0 | 16 | 31 | 5F | C | 2E |
| Octal | 162 | 203 | 146 | 15 | 0 | 26 | 61 | 137 | 14 | 56 |
| Binary | 1110010 | 10000011 | 1100110 | 1101 | 0 | 10110 | 110001 | 1011111 | 1100 | 101110 |
Color Harmonies of #728366
Complementary color
Monochromatic Colors of #728366
Black with #728366
Text Example
Text Example
White with #728366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728366; }
p { color: rgb(114,131,102); }
H1.HeaderClassName
{
color: #728366;
}
.AnyTagClassName
{
color: #728366;
}
</style>
background-color css
<style>
a { background-color: #728366; }
a { background-color: rgb(114,131,102); }
div.DivClassName
{
background-color: #728366;
}
.BgClassName
{
background-color: #728366;
}
</style>
border-color css
<style>
span { border-color: #728366; }
span { border-color: rgb(114,131,102); }
td.TdClassName
{
border-color: #728366;
}
.TagClassName
{
border-color: #728366;
}
</style>