Shades of Camouflage Green #748561
Tints of Camouflage Green #748561
RGB
CMYK
RGB Variations
Color information
#748561 (or 0x748561) is known color: Camouflage Green. HEX triplet: 74, 85 and 61. RGB value is (116,133,97). Sum of RGB (Red+Green+Blue) = 116+133+97=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #748561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748561 is #8B7A9E. Grayscale: #7B7B7B. Windows color (decimal): -9140895 or 6391156. OLE color: 6391156.
HSL color Cylindrical-coordinate representation of color #748561: hue angle of 88.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #748561 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 97 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.48 |
| HSL | 88.33º | 0.16% | 0.45% | - |
| HSV(B) | 88.33º | 0.27% | 0.52% | - |
| XYZ | 17.75 | 21.35 | 14.5 | - |
| YUV | 123.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 97 | 0.13 | 0 | 0.27 | 0.48 | 88.33 | 0.16 | 0.45 |
| Hex | 74 | 85 | 61 | D | 0 | 1B | 30 | 58 | 10 | 2D |
| Octal | 164 | 205 | 141 | 15 | 0 | 33 | 60 | 130 | 20 | 55 |
| Binary | 1110100 | 10000101 | 1100001 | 1101 | 0 | 11011 | 110000 | 1011000 | 10000 | 101101 |
Color Harmonies of #748561
Complementary color
Monochromatic Colors of #748561
Black with #748561
Text Example
Text Example
White with #748561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748561; }
p { color: rgb(116,133,97); }
H1.HeaderClassName
{
color: #748561;
}
.AnyTagClassName
{
color: #748561;
}
</style>
background-color css
<style>
a { background-color: #748561; }
a { background-color: rgb(116,133,97); }
div.DivClassName
{
background-color: #748561;
}
.BgClassName
{
background-color: #748561;
}
</style>
border-color css
<style>
span { border-color: #748561; }
span { border-color: rgb(116,133,97); }
td.TdClassName
{
border-color: #748561;
}
.TagClassName
{
border-color: #748561;
}
</style>