Shades of Camouflage Green #7B916D
Tints of Camouflage Green #7B916D
RGB
CMYK
RGB Variations
Color information
#7B916D (or 0x7B916D) is known color: Camouflage Green. HEX triplet: 7B, 91 and 6D. RGB value is (123,145,109). Sum of RGB (Red+Green+Blue) = 123+145+109=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #7B916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B916D is #846E92. Grayscale: #868686. Windows color (decimal): -8679059 or 7180667. OLE color: 7180667.
HSL color Cylindrical-coordinate representation of color #7B916D: hue angle of 96.67º 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 #7B916D is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 109 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.43 |
| HSL | 96.67º | 0.14% | 0.5% | - |
| HSV(B) | 96.67º | 0.25% | 0.57% | - |
| XYZ | 21.05 | 25.57 | 18.29 | - |
| YUV | 134.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 109 | 0.15 | 0 | 0.25 | 0.43 | 96.67 | 0.14 | 0.5 |
| Hex | 7B | 91 | 6D | F | 0 | 19 | 2B | 61 | E | 32 |
| Octal | 173 | 221 | 155 | 17 | 0 | 31 | 53 | 141 | 16 | 62 |
| Binary | 1111011 | 10010001 | 1101101 | 1111 | 0 | 11001 | 101011 | 1100001 | 1110 | 110010 |
Color Harmonies of #7B916D
Complementary color
Monochromatic Colors of #7B916D
Black with #7B916D
Text Example
Text Example
White with #7B916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B916D; }
p { color: rgb(123,145,109); }
H1.HeaderClassName
{
color: #7B916D;
}
.AnyTagClassName
{
color: #7B916D;
}
</style>
background-color css
<style>
a { background-color: #7B916D; }
a { background-color: rgb(123,145,109); }
div.DivClassName
{
background-color: #7B916D;
}
.BgClassName
{
background-color: #7B916D;
}
</style>
border-color css
<style>
span { border-color: #7B916D; }
span { border-color: rgb(123,145,109); }
td.TdClassName
{
border-color: #7B916D;
}
.TagClassName
{
border-color: #7B916D;
}
</style>