Shades of Camouflage Green #7C916D
Tints of Camouflage Green #7C916D
RGB
CMYK
RGB Variations
Color information
#7C916D (or 0x7C916D) is known color: Camouflage Green. HEX triplet: 7C, 91 and 6D. RGB value is (124,145,109). Sum of RGB (Red+Green+Blue) = 124+145+109=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #7C916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C916D is #836E92. Grayscale: #868686. Windows color (decimal): -8613523 or 7180668. OLE color: 7180668.
HSL color Cylindrical-coordinate representation of color #7C916D: hue angle of 95º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C916D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 109 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.43 |
| HSL | 95º | 0.14% | 0.5% | - |
| HSV(B) | 95º | 0.25% | 0.57% | - |
| XYZ | 21.2 | 25.64 | 18.3 | - |
| YUV | 134.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 109 | 0.14 | 0 | 0.25 | 0.43 | 95 | 0.14 | 0.5 |
| Hex | 7C | 91 | 6D | E | 0 | 19 | 2B | 5F | E | 32 |
| Octal | 174 | 221 | 155 | 16 | 0 | 31 | 53 | 137 | 16 | 62 |
| Binary | 1111100 | 10010001 | 1101101 | 1110 | 0 | 11001 | 101011 | 1011111 | 1110 | 110010 |
Color Harmonies of #7C916D
Complementary color
Monochromatic Colors of #7C916D
Black with #7C916D
Text Example
Text Example
White with #7C916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C916D; }
p { color: rgb(124,145,109); }
H1.HeaderClassName
{
color: #7C916D;
}
.AnyTagClassName
{
color: #7C916D;
}
</style>
background-color css
<style>
a { background-color: #7C916D; }
a { background-color: rgb(124,145,109); }
div.DivClassName
{
background-color: #7C916D;
}
.BgClassName
{
background-color: #7C916D;
}
</style>
border-color css
<style>
span { border-color: #7C916D; }
span { border-color: rgb(124,145,109); }
td.TdClassName
{
border-color: #7C916D;
}
.TagClassName
{
border-color: #7C916D;
}
</style>