Shades of Camouflage Green #889478
Tints of Camouflage Green #889478
RGB
CMYK
RGB Variations
Color information
#889478 (or 0x889478) is known color: Camouflage Green. HEX triplet: 88, 94 and 78. RGB value is (136,148,120). Sum of RGB (Red+Green+Blue) = 136+148+120=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #889478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889478 is #776B87. Grayscale: #8D8D8D. Windows color (decimal): -7826312 or 7902344. OLE color: 7902344.
HSL color Cylindrical-coordinate representation of color #889478: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #889478 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 120 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.42 |
| HSL | 85.71º | 0.12% | 0.53% | - |
| HSV(B) | 85.71º | 0.19% | 0.58% | - |
| XYZ | 24.13 | 27.77 | 21.86 | - |
| YUV | 141.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 120 | 0.08 | 0 | 0.19 | 0.42 | 85.71 | 0.12 | 0.53 |
| Hex | 88 | 94 | 78 | 8 | 0 | 13 | 2A | 56 | C | 35 |
| Octal | 210 | 224 | 170 | 10 | 0 | 23 | 52 | 126 | 14 | 65 |
| Binary | 10001000 | 10010100 | 1111000 | 1000 | 0 | 10011 | 101010 | 1010110 | 1100 | 110101 |
Color Harmonies of #889478
Complementary color
Monochromatic Colors of #889478
Black with #889478
Text Example
Text Example
White with #889478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889478; }
p { color: rgb(136,148,120); }
H1.HeaderClassName
{
color: #889478;
}
.AnyTagClassName
{
color: #889478;
}
</style>
background-color css
<style>
a { background-color: #889478; }
a { background-color: rgb(136,148,120); }
div.DivClassName
{
background-color: #889478;
}
.BgClassName
{
background-color: #889478;
}
</style>
border-color css
<style>
span { border-color: #889478; }
span { border-color: rgb(136,148,120); }
td.TdClassName
{
border-color: #889478;
}
.TagClassName
{
border-color: #889478;
}
</style>