Shades of Camouflage Green #7B8870
Tints of Camouflage Green #7B8870
RGB
CMYK
RGB Variations
Color information
#7B8870 (or 0x7B8870) is known color: Camouflage Green. HEX triplet: 7B, 88 and 70. RGB value is (123,136,112). Sum of RGB (Red+Green+Blue) = 123+136+112=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8870 is #84778F. Grayscale: #818181. Windows color (decimal): -8681360 or 7374971. OLE color: 7374971.
HSL color Cylindrical-coordinate representation of color #7B8870: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B8870 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 112 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.47 |
| HSL | 92.5º | 0.1% | 0.49% | - |
| HSV(B) | 92.5º | 0.18% | 0.53% | - |
| XYZ | 19.9 | 22.99 | 18.72 | - |
| YUV | 129.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 112 | 0.10 | 0 | 0.18 | 0.47 | 92.5 | 0.1 | 0.49 |
| Hex | 7B | 88 | 70 | A | 0 | 12 | 2F | 5C | A | 31 |
| Octal | 173 | 210 | 160 | 12 | 0 | 22 | 57 | 134 | 12 | 61 |
| Binary | 1111011 | 10001000 | 1110000 | 1010 | 0 | 10010 | 101111 | 1011100 | 1010 | 110001 |
Color Harmonies of #7B8870
Complementary color
Monochromatic Colors of #7B8870
Black with #7B8870
Text Example
Text Example
White with #7B8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8870; }
p { color: rgb(123,136,112); }
H1.HeaderClassName
{
color: #7B8870;
}
.AnyTagClassName
{
color: #7B8870;
}
</style>
background-color css
<style>
a { background-color: #7B8870; }
a { background-color: rgb(123,136,112); }
div.DivClassName
{
background-color: #7B8870;
}
.BgClassName
{
background-color: #7B8870;
}
</style>
border-color css
<style>
span { border-color: #7B8870; }
span { border-color: rgb(123,136,112); }
td.TdClassName
{
border-color: #7B8870;
}
.TagClassName
{
border-color: #7B8870;
}
</style>