Shades of Camouflage Green #727E67
Tints of Camouflage Green #727E67
RGB
CMYK
RGB Variations
Color information
#727E67 (or 0x727E67) is known color: Camouflage Green. HEX triplet: 72, 7E and 67. RGB value is (114,126,103). Sum of RGB (Red+Green+Blue) = 114+126+103=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 126 - color contains mainly: green. Hex color #727E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E67 is #8D8198. Grayscale: #777777. Windows color (decimal): -9273753 or 6782578. OLE color: 6782578.
HSL color Cylindrical-coordinate representation of color #727E67: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727E67 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 126 | 103 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.51 |
| HSL | 91.3º | 0.1% | 0.45% | - |
| HSV(B) | 91.3º | 0.18% | 0.49% | - |
| XYZ | 16.85 | 19.48 | 15.7 | - |
| YUV | 119.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 103 | 0.10 | 0 | 0.18 | 0.51 | 91.3 | 0.1 | 0.45 |
| Hex | 72 | 7E | 67 | A | 0 | 12 | 33 | 5B | A | 2D |
| Octal | 162 | 176 | 147 | 12 | 0 | 22 | 63 | 133 | 12 | 55 |
| Binary | 1110010 | 1111110 | 1100111 | 1010 | 0 | 10010 | 110011 | 1011011 | 1010 | 101101 |
Color Harmonies of #727E67
Complementary color
Monochromatic Colors of #727E67
Black with #727E67
Text Example
Text Example
White with #727E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727E67; }
p { color: rgb(114,126,103); }
H1.HeaderClassName
{
color: #727E67;
}
.AnyTagClassName
{
color: #727E67;
}
</style>
background-color css
<style>
a { background-color: #727E67; }
a { background-color: rgb(114,126,103); }
div.DivClassName
{
background-color: #727E67;
}
.BgClassName
{
background-color: #727E67;
}
</style>
border-color css
<style>
span { border-color: #727E67; }
span { border-color: rgb(114,126,103); }
td.TdClassName
{
border-color: #727E67;
}
.TagClassName
{
border-color: #727E67;
}
</style>