Shades of Camouflage Green #78866C
Tints of Camouflage Green #78866C
RGB
CMYK
RGB Variations
Color information
#78866C (or 0x78866C) is known color: Camouflage Green. HEX triplet: 78, 86 and 6C. RGB value is (120,134,108). Sum of RGB (Red+Green+Blue) = 120+134+108=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #78866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78866C is #877993. Grayscale: #7E7E7E. Windows color (decimal): -8878484 or 7112312. OLE color: 7112312.
HSL color Cylindrical-coordinate representation of color #78866C: hue angle of 92.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78866C is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 108 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.47 |
| HSL | 92.31º | 0.11% | 0.47% | - |
| HSV(B) | 92.31º | 0.19% | 0.53% | - |
| XYZ | 18.98 | 22.13 | 17.46 | - |
| YUV | 126.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 108 | 0.10 | 0 | 0.19 | 0.47 | 92.31 | 0.11 | 0.47 |
| Hex | 78 | 86 | 6C | A | 0 | 13 | 2F | 5C | B | 2F |
| Octal | 170 | 206 | 154 | 12 | 0 | 23 | 57 | 134 | 13 | 57 |
| Binary | 1111000 | 10000110 | 1101100 | 1010 | 0 | 10011 | 101111 | 1011100 | 1011 | 101111 |
Color Harmonies of #78866C
Complementary color
Monochromatic Colors of #78866C
Black with #78866C
Text Example
Text Example
White with #78866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78866C; }
p { color: rgb(120,134,108); }
H1.HeaderClassName
{
color: #78866C;
}
.AnyTagClassName
{
color: #78866C;
}
</style>
background-color css
<style>
a { background-color: #78866C; }
a { background-color: rgb(120,134,108); }
div.DivClassName
{
background-color: #78866C;
}
.BgClassName
{
background-color: #78866C;
}
</style>
border-color css
<style>
span { border-color: #78866C; }
span { border-color: rgb(120,134,108); }
td.TdClassName
{
border-color: #78866C;
}
.TagClassName
{
border-color: #78866C;
}
</style>