Shades of Camouflage Green #7B8766
Tints of Camouflage Green #7B8766
RGB
CMYK
RGB Variations
Color information
#7B8766 (or 0x7B8766) is known color: Camouflage Green. HEX triplet: 7B, 87 and 66. RGB value is (123,135,102). Sum of RGB (Red+Green+Blue) = 123+135+102=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8766 is #847899. Grayscale: #7F7F7F. Windows color (decimal): -8681626 or 6719355. OLE color: 6719355.
HSL color Cylindrical-coordinate representation of color #7B8766: hue angle of 81.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B8766 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 102 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.47 |
| HSL | 81.82º | 0.14% | 0.46% | - |
| HSV(B) | 81.82º | 0.24% | 0.53% | - |
| XYZ | 19.23 | 22.5 | 15.9 | - |
| YUV | 127.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 102 | 0.09 | 0 | 0.24 | 0.47 | 81.82 | 0.14 | 0.46 |
| Hex | 7B | 87 | 66 | 9 | 0 | 18 | 2F | 52 | E | 2E |
| Octal | 173 | 207 | 146 | 11 | 0 | 30 | 57 | 122 | 16 | 56 |
| Binary | 1111011 | 10000111 | 1100110 | 1001 | 0 | 11000 | 101111 | 1010010 | 1110 | 101110 |
Color Harmonies of #7B8766
Complementary color
Monochromatic Colors of #7B8766
Black with #7B8766
Text Example
Text Example
White with #7B8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8766; }
p { color: rgb(123,135,102); }
H1.HeaderClassName
{
color: #7B8766;
}
.AnyTagClassName
{
color: #7B8766;
}
</style>
background-color css
<style>
a { background-color: #7B8766; }
a { background-color: rgb(123,135,102); }
div.DivClassName
{
background-color: #7B8766;
}
.BgClassName
{
background-color: #7B8766;
}
</style>
border-color css
<style>
span { border-color: #7B8766; }
span { border-color: rgb(123,135,102); }
td.TdClassName
{
border-color: #7B8766;
}
.TagClassName
{
border-color: #7B8766;
}
</style>