Shades of Camouflage Green #7B8C66
Tints of Camouflage Green #7B8C66
RGB
CMYK
RGB Variations
Color information
#7B8C66 (or 0x7B8C66) is known color: Camouflage Green. HEX triplet: 7B, 8C and 66. RGB value is (123,140,102). Sum of RGB (Red+Green+Blue) = 123+140+102=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #7B8C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8C66 is #847399. Grayscale: #828282. Windows color (decimal): -8680346 or 6720635. OLE color: 6720635.
HSL color Cylindrical-coordinate representation of color #7B8C66: hue angle of 86.84º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B8C66 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 140 | 102 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.45 |
| HSL | 86.84º | 0.16% | 0.47% | - |
| HSV(B) | 86.84º | 0.27% | 0.55% | - |
| XYZ | 19.94 | 23.93 | 16.14 | - |
| YUV | 130.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 102 | 0.12 | 0 | 0.27 | 0.45 | 86.84 | 0.16 | 0.47 |
| Hex | 7B | 8C | 66 | C | 0 | 1B | 2D | 57 | 10 | 2F |
| Octal | 173 | 214 | 146 | 14 | 0 | 33 | 55 | 127 | 20 | 57 |
| Binary | 1111011 | 10001100 | 1100110 | 1100 | 0 | 11011 | 101101 | 1010111 | 10000 | 101111 |
Color Harmonies of #7B8C66
Complementary color
Monochromatic Colors of #7B8C66
Black with #7B8C66
Text Example
Text Example
White with #7B8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8C66; }
p { color: rgb(123,140,102); }
H1.HeaderClassName
{
color: #7B8C66;
}
.AnyTagClassName
{
color: #7B8C66;
}
</style>
background-color css
<style>
a { background-color: #7B8C66; }
a { background-color: rgb(123,140,102); }
div.DivClassName
{
background-color: #7B8C66;
}
.BgClassName
{
background-color: #7B8C66;
}
</style>
border-color css
<style>
span { border-color: #7B8C66; }
span { border-color: rgb(123,140,102); }
td.TdClassName
{
border-color: #7B8C66;
}
.TagClassName
{
border-color: #7B8C66;
}
</style>