Shades of Camouflage Green #7C8178
Tints of Camouflage Green #7C8178
RGB
CMYK
RGB Variations
Color information
#7C8178 (or 0x7C8178) is known color: Camouflage Green. HEX triplet: 7C, 81 and 78. RGB value is (124,129,120). Sum of RGB (Red+Green+Blue) = 124+129+120=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8178 is #837E87. Grayscale: #7E7E7E. Windows color (decimal): -8617608 or 7897468. OLE color: 7897468.
HSL color Cylindrical-coordinate representation of color #7C8178: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C8178 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
RGB | 124 | 129 | 120 | - |
CMYK | 0.04 | 0 | 0.07 | 0.49 |
HSL | 93.33º | 0.04% | 0.49% | - |
HSV(B) | 93.33º | 0.07% | 0.51% | - |
XYZ | 19.55 | 21.34 | 20.86 | - |
YUV | 126.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 129 | 120 | 0.04 | 0 | 0.07 | 0.49 | 93.33 | 0.04 | 0.49 |
Hex | 7C | 81 | 78 | 4 | 0 | 7 | 31 | 5D | 4 | 31 |
Octal | 174 | 201 | 170 | 4 | 0 | 7 | 61 | 135 | 4 | 61 |
Binary | 1111100 | 10000001 | 1111000 | 100 | 0 | 111 | 110001 | 1011101 | 100 | 110001 |
Color Harmonies of #7C8178
Complementary color
Monochromatic Colors of #7C8178
Black with #7C8178
Text Example
Text Example
White with #7C8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8178; }
p { color: rgb(124,129,120); }
H1.HeaderClassName
{
color: #7C8178;
}
.AnyTagClassName
{
color: #7C8178;
}
</style>
background-color css
<style>
a { background-color: #7C8178; }
a { background-color: rgb(124,129,120); }
div.DivClassName
{
background-color: #7C8178;
}
.BgClassName
{
background-color: #7C8178;
}
</style>
border-color css
<style>
span { border-color: #7C8178; }
span { border-color: rgb(124,129,120); }
td.TdClassName
{
border-color: #7C8178;
}
.TagClassName
{
border-color: #7C8178;
}
</style>