Shades of Camouflage Green #7C8869
Tints of Camouflage Green #7C8869
RGB
CMYK
RGB Variations
Color information
#7C8869 (or 0x7C8869) is known color: Camouflage Green. HEX triplet: 7C, 88 and 69. RGB value is (124,136,105). Sum of RGB (Red+Green+Blue) = 124+136+105=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8869 is #837796. Grayscale: #808080. Windows color (decimal): -8615831 or 6916220. OLE color: 6916220.
HSL color Cylindrical-coordinate representation of color #7C8869: hue angle of 83.23º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C8869 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 105 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.47 |
| HSL | 83.23º | 0.13% | 0.47% | - |
| HSV(B) | 83.23º | 0.23% | 0.53% | - |
| XYZ | 19.67 | 22.91 | 16.75 | - |
| YUV | 128.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 105 | 0.09 | 0 | 0.23 | 0.47 | 83.23 | 0.13 | 0.47 |
| Hex | 7C | 88 | 69 | 9 | 0 | 17 | 2F | 53 | D | 2F |
| Octal | 174 | 210 | 151 | 11 | 0 | 27 | 57 | 123 | 15 | 57 |
| Binary | 1111100 | 10001000 | 1101001 | 1001 | 0 | 10111 | 101111 | 1010011 | 1101 | 101111 |
Color Harmonies of #7C8869
Complementary color
Monochromatic Colors of #7C8869
Black with #7C8869
Text Example
Text Example
White with #7C8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8869; }
p { color: rgb(124,136,105); }
H1.HeaderClassName
{
color: #7C8869;
}
.AnyTagClassName
{
color: #7C8869;
}
</style>
background-color css
<style>
a { background-color: #7C8869; }
a { background-color: rgb(124,136,105); }
div.DivClassName
{
background-color: #7C8869;
}
.BgClassName
{
background-color: #7C8869;
}
</style>
border-color css
<style>
span { border-color: #7C8869; }
span { border-color: rgb(124,136,105); }
td.TdClassName
{
border-color: #7C8869;
}
.TagClassName
{
border-color: #7C8869;
}
</style>