Shades of Camouflage Green #7B8770
Tints of Camouflage Green #7B8770
RGB
CMYK
RGB Variations
Color information
#7B8770 (or 0x7B8770) is known color: Camouflage Green. HEX triplet: 7B, 87 and 70. RGB value is (123,135,112). Sum of RGB (Red+Green+Blue) = 123+135+112=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8770 is #84788F. Grayscale: #808080. Windows color (decimal): -8681616 or 7374715. OLE color: 7374715.
HSL color Cylindrical-coordinate representation of color #7B8770: hue angle of 91.3º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B8770 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 112 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.47 |
| HSL | 91.3º | 0.09% | 0.48% | - |
| HSV(B) | 91.3º | 0.17% | 0.53% | - |
| XYZ | 19.76 | 22.71 | 18.67 | - |
| YUV | 128.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 112 | 0.09 | 0 | 0.17 | 0.47 | 91.3 | 0.09 | 0.48 |
| Hex | 7B | 87 | 70 | 9 | 0 | 11 | 2F | 5B | 9 | 30 |
| Octal | 173 | 207 | 160 | 11 | 0 | 21 | 57 | 133 | 11 | 60 |
| Binary | 1111011 | 10000111 | 1110000 | 1001 | 0 | 10001 | 101111 | 1011011 | 1001 | 110000 |
Color Harmonies of #7B8770
Complementary color
Monochromatic Colors of #7B8770
Black with #7B8770
Text Example
Text Example
White with #7B8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8770; }
p { color: rgb(123,135,112); }
H1.HeaderClassName
{
color: #7B8770;
}
.AnyTagClassName
{
color: #7B8770;
}
</style>
background-color css
<style>
a { background-color: #7B8770; }
a { background-color: rgb(123,135,112); }
div.DivClassName
{
background-color: #7B8770;
}
.BgClassName
{
background-color: #7B8770;
}
</style>
border-color css
<style>
span { border-color: #7B8770; }
span { border-color: rgb(123,135,112); }
td.TdClassName
{
border-color: #7B8770;
}
.TagClassName
{
border-color: #7B8770;
}
</style>