Shades of Camouflage Green #748660
Tints of Camouflage Green #748660
RGB
CMYK
RGB Variations
Color information
#748660 (or 0x748660) is known color: Camouflage Green. HEX triplet: 74, 86 and 60. RGB value is (116,134,96). Sum of RGB (Red+Green+Blue) = 116+134+96=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #748660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748660 is #8B799F. Grayscale: #7C7C7C. Windows color (decimal): -9140640 or 6325876. OLE color: 6325876.
HSL color Cylindrical-coordinate representation of color #748660: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #748660 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 96 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.47 |
| HSL | 88.42º | 0.17% | 0.45% | - |
| HSV(B) | 88.42º | 0.28% | 0.53% | - |
| XYZ | 17.84 | 21.61 | 14.3 | - |
| YUV | 124.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 96 | 0.13 | 0 | 0.28 | 0.47 | 88.42 | 0.17 | 0.45 |
| Hex | 74 | 86 | 60 | D | 0 | 1C | 2F | 58 | 11 | 2D |
| Octal | 164 | 206 | 140 | 15 | 0 | 34 | 57 | 130 | 21 | 55 |
| Binary | 1110100 | 10000110 | 1100000 | 1101 | 0 | 11100 | 101111 | 1011000 | 10001 | 101101 |
Color Harmonies of #748660
Complementary color
Monochromatic Colors of #748660
Black with #748660
Text Example
Text Example
White with #748660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748660; }
p { color: rgb(116,134,96); }
H1.HeaderClassName
{
color: #748660;
}
.AnyTagClassName
{
color: #748660;
}
</style>
background-color css
<style>
a { background-color: #748660; }
a { background-color: rgb(116,134,96); }
div.DivClassName
{
background-color: #748660;
}
.BgClassName
{
background-color: #748660;
}
</style>
border-color css
<style>
span { border-color: #748660; }
span { border-color: rgb(116,134,96); }
td.TdClassName
{
border-color: #748660;
}
.TagClassName
{
border-color: #748660;
}
</style>