Shades of Camouflage Green #748565
Tints of Camouflage Green #748565
RGB
CMYK
RGB Variations
Color information
#748565 (or 0x748565) is known color: Camouflage Green. HEX triplet: 74, 85 and 65. RGB value is (116,133,101). Sum of RGB (Red+Green+Blue) = 116+133+101=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #748565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748565 is #8B7A9A. Grayscale: #7C7C7C. Windows color (decimal): -9140891 or 6653300. OLE color: 6653300.
HSL color Cylindrical-coordinate representation of color #748565: hue angle of 91.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #748565 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 101 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.48 |
| HSL | 91.88º | 0.14% | 0.46% | - |
| HSV(B) | 91.88º | 0.24% | 0.52% | - |
| XYZ | 17.94 | 21.43 | 15.5 | - |
| YUV | 124.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 101 | 0.13 | 0 | 0.24 | 0.48 | 91.88 | 0.14 | 0.46 |
| Hex | 74 | 85 | 65 | D | 0 | 18 | 30 | 5C | E | 2E |
| Octal | 164 | 205 | 145 | 15 | 0 | 30 | 60 | 134 | 16 | 56 |
| Binary | 1110100 | 10000101 | 1100101 | 1101 | 0 | 11000 | 110000 | 1011100 | 1110 | 101110 |
Color Harmonies of #748565
Complementary color
Monochromatic Colors of #748565
Black with #748565
Text Example
Text Example
White with #748565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748565; }
p { color: rgb(116,133,101); }
H1.HeaderClassName
{
color: #748565;
}
.AnyTagClassName
{
color: #748565;
}
</style>
background-color css
<style>
a { background-color: #748565; }
a { background-color: rgb(116,133,101); }
div.DivClassName
{
background-color: #748565;
}
.BgClassName
{
background-color: #748565;
}
</style>
border-color css
<style>
span { border-color: #748565; }
span { border-color: rgb(116,133,101); }
td.TdClassName
{
border-color: #748565;
}
.TagClassName
{
border-color: #748565;
}
</style>