Shades of Camouflage Green #7B8B6D
Tints of Camouflage Green #7B8B6D
RGB
CMYK
RGB Variations
Color information
#7B8B6D (or 0x7B8B6D) is known color: Camouflage Green. HEX triplet: 7B, 8B and 6D. RGB value is (123,139,109). Sum of RGB (Red+Green+Blue) = 123+139+109=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8B6D is #847492. Grayscale: #828282. Windows color (decimal): -8680595 or 7179131. OLE color: 7179131.
HSL color Cylindrical-coordinate representation of color #7B8B6D: hue angle of 92º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B8B6D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 139 | 109 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.45 |
| HSL | 92º | 0.12% | 0.49% | - |
| HSV(B) | 92º | 0.22% | 0.55% | - |
| XYZ | 20.16 | 23.78 | 18 | - |
| YUV | 130.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 109 | 0.12 | 0 | 0.22 | 0.45 | 92 | 0.12 | 0.49 |
| Hex | 7B | 8B | 6D | C | 0 | 16 | 2D | 5C | C | 31 |
| Octal | 173 | 213 | 155 | 14 | 0 | 26 | 55 | 134 | 14 | 61 |
| Binary | 1111011 | 10001011 | 1101101 | 1100 | 0 | 10110 | 101101 | 1011100 | 1100 | 110001 |
Color Harmonies of #7B8B6D
Complementary color
Monochromatic Colors of #7B8B6D
Black with #7B8B6D
Text Example
Text Example
White with #7B8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8B6D; }
p { color: rgb(123,139,109); }
H1.HeaderClassName
{
color: #7B8B6D;
}
.AnyTagClassName
{
color: #7B8B6D;
}
</style>
background-color css
<style>
a { background-color: #7B8B6D; }
a { background-color: rgb(123,139,109); }
div.DivClassName
{
background-color: #7B8B6D;
}
.BgClassName
{
background-color: #7B8B6D;
}
</style>
border-color css
<style>
span { border-color: #7B8B6D; }
span { border-color: rgb(123,139,109); }
td.TdClassName
{
border-color: #7B8B6D;
}
.TagClassName
{
border-color: #7B8B6D;
}
</style>