Shades of Camouflage Green #738468
Tints of Camouflage Green #738468
RGB
CMYK
RGB Variations
Color information
#738468 (or 0x738468) is known color: Camouflage Green. HEX triplet: 73, 84 and 68. RGB value is (115,132,104). Sum of RGB (Red+Green+Blue) = 115+132+104=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #738468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738468 is #8C7B97. Grayscale: #7B7B7B. Windows color (decimal): -9206680 or 6849651. OLE color: 6849651.
HSL color Cylindrical-coordinate representation of color #738468: hue angle of 96.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738468 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 104 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.48 |
| HSL | 96.43º | 0.12% | 0.46% | - |
| HSV(B) | 96.43º | 0.21% | 0.52% | - |
| XYZ | 17.82 | 21.15 | 16.24 | - |
| YUV | 123.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 104 | 0.13 | 0 | 0.21 | 0.48 | 96.43 | 0.12 | 0.46 |
| Hex | 73 | 84 | 68 | D | 0 | 15 | 30 | 60 | C | 2E |
| Octal | 163 | 204 | 150 | 15 | 0 | 25 | 60 | 140 | 14 | 56 |
| Binary | 1110011 | 10000100 | 1101000 | 1101 | 0 | 10101 | 110000 | 1100000 | 1100 | 101110 |
Color Harmonies of #738468
Complementary color
Monochromatic Colors of #738468
Black with #738468
Text Example
Text Example
White with #738468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738468; }
p { color: rgb(115,132,104); }
H1.HeaderClassName
{
color: #738468;
}
.AnyTagClassName
{
color: #738468;
}
</style>
background-color css
<style>
a { background-color: #738468; }
a { background-color: rgb(115,132,104); }
div.DivClassName
{
background-color: #738468;
}
.BgClassName
{
background-color: #738468;
}
</style>
border-color css
<style>
span { border-color: #738468; }
span { border-color: rgb(115,132,104); }
td.TdClassName
{
border-color: #738468;
}
.TagClassName
{
border-color: #738468;
}
</style>