Shades of Camouflage Green #738165
Tints of Camouflage Green #738165
RGB
CMYK
RGB Variations
Color information
#738165 (or 0x738165) is known color: Camouflage Green. HEX triplet: 73, 81 and 65. RGB value is (115,129,101). Sum of RGB (Red+Green+Blue) = 115+129+101=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #738165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738165 is #8C7E9A. Grayscale: #797979. Windows color (decimal): -9207451 or 6652275. OLE color: 6652275.
HSL color Cylindrical-coordinate representation of color #738165: hue angle of 90º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738165 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 101 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.49 |
| HSL | 90º | 0.12% | 0.45% | - |
| HSV(B) | 90º | 0.22% | 0.51% | - |
| XYZ | 17.27 | 20.28 | 15.32 | - |
| YUV | 121.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 101 | 0.11 | 0 | 0.22 | 0.49 | 90 | 0.12 | 0.45 |
| Hex | 73 | 81 | 65 | B | 0 | 16 | 31 | 5A | C | 2D |
| Octal | 163 | 201 | 145 | 13 | 0 | 26 | 61 | 132 | 14 | 55 |
| Binary | 1110011 | 10000001 | 1100101 | 1011 | 0 | 10110 | 110001 | 1011010 | 1100 | 101101 |
Color Harmonies of #738165
Complementary color
Monochromatic Colors of #738165
Black with #738165
Text Example
Text Example
White with #738165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738165; }
p { color: rgb(115,129,101); }
H1.HeaderClassName
{
color: #738165;
}
.AnyTagClassName
{
color: #738165;
}
</style>
background-color css
<style>
a { background-color: #738165; }
a { background-color: rgb(115,129,101); }
div.DivClassName
{
background-color: #738165;
}
.BgClassName
{
background-color: #738165;
}
</style>
border-color css
<style>
span { border-color: #738165; }
span { border-color: rgb(115,129,101); }
td.TdClassName
{
border-color: #738165;
}
.TagClassName
{
border-color: #738165;
}
</style>