Shades of Camouflage Green #738561
Tints of Camouflage Green #738561
RGB
CMYK
RGB Variations
Color information
#738561 (or 0x738561) is known color: Camouflage Green. HEX triplet: 73, 85 and 61. RGB value is (115,133,97). Sum of RGB (Red+Green+Blue) = 115+133+97=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #738561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738561 is #8C7A9E. Grayscale: #7B7B7B. Windows color (decimal): -9206431 or 6391155. OLE color: 6391155.
HSL color Cylindrical-coordinate representation of color #738561: hue angle of 90º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #738561 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 97 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.48 |
| HSL | 90º | 0.16% | 0.45% | - |
| HSV(B) | 90º | 0.27% | 0.52% | - |
| XYZ | 17.62 | 21.28 | 14.49 | - |
| YUV | 123.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 97 | 0.14 | 0 | 0.27 | 0.48 | 90 | 0.16 | 0.45 |
| Hex | 73 | 85 | 61 | E | 0 | 1B | 30 | 5A | 10 | 2D |
| Octal | 163 | 205 | 141 | 16 | 0 | 33 | 60 | 132 | 20 | 55 |
| Binary | 1110011 | 10000101 | 1100001 | 1110 | 0 | 11011 | 110000 | 1011010 | 10000 | 101101 |
Color Harmonies of #738561
Complementary color
Monochromatic Colors of #738561
Black with #738561
Text Example
Text Example
White with #738561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738561; }
p { color: rgb(115,133,97); }
H1.HeaderClassName
{
color: #738561;
}
.AnyTagClassName
{
color: #738561;
}
</style>
background-color css
<style>
a { background-color: #738561; }
a { background-color: rgb(115,133,97); }
div.DivClassName
{
background-color: #738561;
}
.BgClassName
{
background-color: #738561;
}
</style>
border-color css
<style>
span { border-color: #738561; }
span { border-color: rgb(115,133,97); }
td.TdClassName
{
border-color: #738561;
}
.TagClassName
{
border-color: #738561;
}
</style>