Shades of Camouflage Green #7B8D6D
Tints of Camouflage Green #7B8D6D
RGB
CMYK
RGB Variations
Color information
#7B8D6D (or 0x7B8D6D) is known color: Camouflage Green. HEX triplet: 7B, 8D and 6D. RGB value is (123,141,109). Sum of RGB (Red+Green+Blue) = 123+141+109=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8D6D is #847292. Grayscale: #848484. Windows color (decimal): -8680083 or 7179643. OLE color: 7179643.
HSL color Cylindrical-coordinate representation of color #7B8D6D: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B8D6D is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 141 | 109 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.45 |
| HSL | 93.75º | 0.13% | 0.49% | - |
| HSV(B) | 93.75º | 0.23% | 0.55% | - |
| XYZ | 20.45 | 24.36 | 18.09 | - |
| YUV | 131.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 109 | 0.13 | 0 | 0.23 | 0.45 | 93.75 | 0.13 | 0.49 |
| Hex | 7B | 8D | 6D | D | 0 | 17 | 2D | 5E | D | 31 |
| Octal | 173 | 215 | 155 | 15 | 0 | 27 | 55 | 136 | 15 | 61 |
| Binary | 1111011 | 10001101 | 1101101 | 1101 | 0 | 10111 | 101101 | 1011110 | 1101 | 110001 |
Color Harmonies of #7B8D6D
Complementary color
Monochromatic Colors of #7B8D6D
Black with #7B8D6D
Text Example
Text Example
White with #7B8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8D6D; }
p { color: rgb(123,141,109); }
H1.HeaderClassName
{
color: #7B8D6D;
}
.AnyTagClassName
{
color: #7B8D6D;
}
</style>
background-color css
<style>
a { background-color: #7B8D6D; }
a { background-color: rgb(123,141,109); }
div.DivClassName
{
background-color: #7B8D6D;
}
.BgClassName
{
background-color: #7B8D6D;
}
</style>
border-color css
<style>
span { border-color: #7B8D6D; }
span { border-color: rgb(123,141,109); }
td.TdClassName
{
border-color: #7B8D6D;
}
.TagClassName
{
border-color: #7B8D6D;
}
</style>