Shades of Camouflage Green #899180
Tints of Camouflage Green #899180
RGB
CMYK
RGB Variations
Color information
#899180 (or 0x899180) is known color: Camouflage Green. HEX triplet: 89, 91 and 80. RGB value is (137,145,128). Sum of RGB (Red+Green+Blue) = 137+145+128=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #899180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899180 is #766E7F. Grayscale: #8C8C8C. Windows color (decimal): -7761536 or 8425865. OLE color: 8425865.
HSL color Cylindrical-coordinate representation of color #899180: hue angle of 88.24º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899180 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 128 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.43 |
| HSL | 88.24º | 0.07% | 0.54% | - |
| HSV(B) | 88.24º | 0.12% | 0.57% | - |
| XYZ | 24.34 | 27.13 | 24.38 | - |
| YUV | 140.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 128 | 0.06 | 0 | 0.12 | 0.43 | 88.24 | 0.07 | 0.54 |
| Hex | 89 | 91 | 80 | 6 | 0 | C | 2B | 58 | 7 | 36 |
| Octal | 211 | 221 | 200 | 6 | 0 | 14 | 53 | 130 | 7 | 66 |
| Binary | 10001001 | 10010001 | 10000000 | 110 | 0 | 1100 | 101011 | 1011000 | 111 | 110110 |
Color Harmonies of #899180
Complementary color
Monochromatic Colors of #899180
Black with #899180
Text Example
Text Example
White with #899180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899180; }
p { color: rgb(137,145,128); }
H1.HeaderClassName
{
color: #899180;
}
.AnyTagClassName
{
color: #899180;
}
</style>
background-color css
<style>
a { background-color: #899180; }
a { background-color: rgb(137,145,128); }
div.DivClassName
{
background-color: #899180;
}
.BgClassName
{
background-color: #899180;
}
</style>
border-color css
<style>
span { border-color: #899180; }
span { border-color: rgb(137,145,128); }
td.TdClassName
{
border-color: #899180;
}
.TagClassName
{
border-color: #899180;
}
</style>