Shades of Camouflage Green #738064
Tints of Camouflage Green #738064
RGB
CMYK
RGB Variations
Color information
#738064 (or 0x738064) is known color: Camouflage Green. HEX triplet: 73, 80 and 64. RGB value is (115,128,100). Sum of RGB (Red+Green+Blue) = 115+128+100=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #738064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738064 is #8C7F9B. Grayscale: #797979. Windows color (decimal): -9207708 or 6586483. OLE color: 6586483.
HSL color Cylindrical-coordinate representation of color #738064: hue angle of 87.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738064 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 100 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.50 |
| HSL | 87.86º | 0.12% | 0.45% | - |
| HSV(B) | 87.86º | 0.22% | 0.5% | - |
| XYZ | 17.09 | 20 | 15.02 | - |
| YUV | 120.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 100 | 0.10 | 0 | 0.22 | 0.50 | 87.86 | 0.12 | 0.45 |
| Hex | 73 | 80 | 64 | A | 0 | 16 | 32 | 58 | C | 2D |
| Octal | 163 | 200 | 144 | 12 | 0 | 26 | 62 | 130 | 14 | 55 |
| Binary | 1110011 | 10000000 | 1100100 | 1010 | 0 | 10110 | 110010 | 1011000 | 1100 | 101101 |
Color Harmonies of #738064
Complementary color
Monochromatic Colors of #738064
Black with #738064
Text Example
Text Example
White with #738064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738064; }
p { color: rgb(115,128,100); }
H1.HeaderClassName
{
color: #738064;
}
.AnyTagClassName
{
color: #738064;
}
</style>
background-color css
<style>
a { background-color: #738064; }
a { background-color: rgb(115,128,100); }
div.DivClassName
{
background-color: #738064;
}
.BgClassName
{
background-color: #738064;
}
</style>
border-color css
<style>
span { border-color: #738064; }
span { border-color: rgb(115,128,100); }
td.TdClassName
{
border-color: #738064;
}
.TagClassName
{
border-color: #738064;
}
</style>