Shades of Camouflage Green #78846C
Tints of Camouflage Green #78846C
RGB
CMYK
RGB Variations
Color information
#78846C (or 0x78846C) is known color: Camouflage Green. HEX triplet: 78, 84 and 6C. RGB value is (120,132,108). Sum of RGB (Red+Green+Blue) = 120+132+108=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #78846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78846C is #877B93. Grayscale: #7D7D7D. Windows color (decimal): -8878996 or 7111800. OLE color: 7111800.
HSL color Cylindrical-coordinate representation of color #78846C: hue angle of 90º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78846C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
RGB | 120 | 132 | 108 | - |
CMYK | 0.09 | 0 | 0.18 | 0.48 |
HSL | 90º | 0.1% | 0.47% | - |
HSV(B) | 90º | 0.18% | 0.52% | - |
XYZ | 18.7 | 21.58 | 17.37 | - |
YUV | 125.68 | 118.02 | 123.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 132 | 108 | 0.09 | 0 | 0.18 | 0.48 | 90 | 0.1 | 0.47 |
Hex | 78 | 84 | 6C | 9 | 0 | 12 | 30 | 5A | A | 2F |
Octal | 170 | 204 | 154 | 11 | 0 | 22 | 60 | 132 | 12 | 57 |
Binary | 1111000 | 10000100 | 1101100 | 1001 | 0 | 10010 | 110000 | 1011010 | 1010 | 101111 |
Color Harmonies of #78846C
Complementary color
Monochromatic Colors of #78846C
Black with #78846C
Text Example
Text Example
White with #78846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78846C; }
p { color: rgb(120,132,108); }
H1.HeaderClassName
{
color: #78846C;
}
.AnyTagClassName
{
color: #78846C;
}
</style>
background-color css
<style>
a { background-color: #78846C; }
a { background-color: rgb(120,132,108); }
div.DivClassName
{
background-color: #78846C;
}
.BgClassName
{
background-color: #78846C;
}
</style>
border-color css
<style>
span { border-color: #78846C; }
span { border-color: rgb(120,132,108); }
td.TdClassName
{
border-color: #78846C;
}
.TagClassName
{
border-color: #78846C;
}
</style>