Shades of Camouflage Green #748163
Tints of Camouflage Green #748163
RGB
CMYK
RGB Variations
Color information
#748163 (or 0x748163) is known color: Camouflage Green. HEX triplet: 74, 81 and 63. RGB value is (116,129,99). Sum of RGB (Red+Green+Blue) = 116+129+99=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #748163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748163 is #8B7E9C. Grayscale: #797979. Windows color (decimal): -9141917 or 6521204. OLE color: 6521204.
HSL color Cylindrical-coordinate representation of color #748163: hue angle of 86º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748163 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 99 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.49 |
| HSL | 86º | 0.13% | 0.45% | - |
| HSV(B) | 86º | 0.23% | 0.51% | - |
| XYZ | 17.3 | 20.31 | 14.81 | - |
| YUV | 121.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 99 | 0.10 | 0 | 0.23 | 0.49 | 86 | 0.13 | 0.45 |
| Hex | 74 | 81 | 63 | A | 0 | 17 | 31 | 56 | D | 2D |
| Octal | 164 | 201 | 143 | 12 | 0 | 27 | 61 | 126 | 15 | 55 |
| Binary | 1110100 | 10000001 | 1100011 | 1010 | 0 | 10111 | 110001 | 1010110 | 1101 | 101101 |
Color Harmonies of #748163
Complementary color
Monochromatic Colors of #748163
Black with #748163
Text Example
Text Example
White with #748163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748163; }
p { color: rgb(116,129,99); }
H1.HeaderClassName
{
color: #748163;
}
.AnyTagClassName
{
color: #748163;
}
</style>
background-color css
<style>
a { background-color: #748163; }
a { background-color: rgb(116,129,99); }
div.DivClassName
{
background-color: #748163;
}
.BgClassName
{
background-color: #748163;
}
</style>
border-color css
<style>
span { border-color: #748163; }
span { border-color: rgb(116,129,99); }
td.TdClassName
{
border-color: #748163;
}
.TagClassName
{
border-color: #748163;
}
</style>