Shades of Camouflage Green #728167
Tints of Camouflage Green #728167
RGB
CMYK
RGB Variations
Color information
#728167 (or 0x728167) is known color: Camouflage Green. HEX triplet: 72, 81 and 67. RGB value is (114,129,103). Sum of RGB (Red+Green+Blue) = 114+129+103=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #728167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728167 is #8D7E98. Grayscale: #797979. Windows color (decimal): -9272985 or 6783346. OLE color: 6783346.
HSL color Cylindrical-coordinate representation of color #728167: hue angle of 94.62º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728167 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 103 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.49 |
| HSL | 94.62º | 0.11% | 0.45% | - |
| HSV(B) | 94.62º | 0.2% | 0.51% | - |
| XYZ | 17.24 | 20.26 | 15.83 | - |
| YUV | 121.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 103 | 0.12 | 0 | 0.20 | 0.49 | 94.62 | 0.11 | 0.45 |
| Hex | 72 | 81 | 67 | C | 0 | 14 | 31 | 5F | B | 2D |
| Octal | 162 | 201 | 147 | 14 | 0 | 24 | 61 | 137 | 13 | 55 |
| Binary | 1110010 | 10000001 | 1100111 | 1100 | 0 | 10100 | 110001 | 1011111 | 1011 | 101101 |
Color Harmonies of #728167
Complementary color
Monochromatic Colors of #728167
Black with #728167
Text Example
Text Example
White with #728167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728167; }
p { color: rgb(114,129,103); }
H1.HeaderClassName
{
color: #728167;
}
.AnyTagClassName
{
color: #728167;
}
</style>
background-color css
<style>
a { background-color: #728167; }
a { background-color: rgb(114,129,103); }
div.DivClassName
{
background-color: #728167;
}
.BgClassName
{
background-color: #728167;
}
</style>
border-color css
<style>
span { border-color: #728167; }
span { border-color: rgb(114,129,103); }
td.TdClassName
{
border-color: #728167;
}
.TagClassName
{
border-color: #728167;
}
</style>