Shades of Camouflage Green #727B6C
Tints of Camouflage Green #727B6C
RGB
CMYK
RGB Variations
Color information
#727B6C (or 0x727B6C) is known color: Camouflage Green. HEX triplet: 72, 7B and 6C. RGB value is (114,123,108). Sum of RGB (Red+Green+Blue) = 114+123+108=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #727B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B6C is #8D8493. Grayscale: #767676. Windows color (decimal): -9274516 or 7109490. OLE color: 7109490.
HSL color Cylindrical-coordinate representation of color #727B6C: hue angle of 96º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727B6C is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 123 | 108 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.52 |
| HSL | 96º | 0.06% | 0.45% | - |
| HSV(B) | 96º | 0.12% | 0.48% | - |
| XYZ | 16.73 | 18.83 | 16.94 | - |
| YUV | 118.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 108 | 0.07 | 0 | 0.12 | 0.52 | 96 | 0.06 | 0.45 |
| Hex | 72 | 7B | 6C | 7 | 0 | C | 34 | 60 | 6 | 2D |
| Octal | 162 | 173 | 154 | 7 | 0 | 14 | 64 | 140 | 6 | 55 |
| Binary | 1110010 | 1111011 | 1101100 | 111 | 0 | 1100 | 110100 | 1100000 | 110 | 101101 |
Color Harmonies of #727B6C
Complementary color
Monochromatic Colors of #727B6C
Black with #727B6C
Text Example
Text Example
White with #727B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B6C; }
p { color: rgb(114,123,108); }
H1.HeaderClassName
{
color: #727B6C;
}
.AnyTagClassName
{
color: #727B6C;
}
</style>
background-color css
<style>
a { background-color: #727B6C; }
a { background-color: rgb(114,123,108); }
div.DivClassName
{
background-color: #727B6C;
}
.BgClassName
{
background-color: #727B6C;
}
</style>
border-color css
<style>
span { border-color: #727B6C; }
span { border-color: rgb(114,123,108); }
td.TdClassName
{
border-color: #727B6C;
}
.TagClassName
{
border-color: #727B6C;
}
</style>