Shades of Camouflage Green #728764
Tints of Camouflage Green #728764
RGB
CMYK
RGB Variations
Color information
#728764 (or 0x728764) is known color: Camouflage Green. HEX triplet: 72, 87 and 64. RGB value is (114,135,100). Sum of RGB (Red+Green+Blue) = 114+135+100=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #728764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728764 is #8D789B. Grayscale: #7C7C7C. Windows color (decimal): -9271452 or 6588274. OLE color: 6588274.
HSL color Cylindrical-coordinate representation of color #728764: hue angle of 96º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728764 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 100 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.47 |
| HSL | 96º | 0.15% | 0.46% | - |
| HSV(B) | 96º | 0.26% | 0.53% | - |
| XYZ | 17.9 | 21.83 | 15.33 | - |
| YUV | 124.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 100 | 0.16 | 0 | 0.26 | 0.47 | 96 | 0.15 | 0.46 |
| Hex | 72 | 87 | 64 | 10 | 0 | 1A | 2F | 60 | F | 2E |
| Octal | 162 | 207 | 144 | 20 | 0 | 32 | 57 | 140 | 17 | 56 |
| Binary | 1110010 | 10000111 | 1100100 | 10000 | 0 | 11010 | 101111 | 1100000 | 1111 | 101110 |
Color Harmonies of #728764
Complementary color
Monochromatic Colors of #728764
Black with #728764
Text Example
Text Example
White with #728764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728764; }
p { color: rgb(114,135,100); }
H1.HeaderClassName
{
color: #728764;
}
.AnyTagClassName
{
color: #728764;
}
</style>
background-color css
<style>
a { background-color: #728764; }
a { background-color: rgb(114,135,100); }
div.DivClassName
{
background-color: #728764;
}
.BgClassName
{
background-color: #728764;
}
</style>
border-color css
<style>
span { border-color: #728764; }
span { border-color: rgb(114,135,100); }
td.TdClassName
{
border-color: #728764;
}
.TagClassName
{
border-color: #728764;
}
</style>