Shades of Camouflage Green #748861
Tints of Camouflage Green #748861
RGB
CMYK
RGB Variations
Color information
#748861 (or 0x748861) is known color: Camouflage Green. HEX triplet: 74, 88 and 61. RGB value is (116,136,97). Sum of RGB (Red+Green+Blue) = 116+136+97=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #748861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748861 is #8B779E. Grayscale: #7D7D7D. Windows color (decimal): -9140127 or 6391924. OLE color: 6391924.
HSL color Cylindrical-coordinate representation of color #748861: hue angle of 90.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #748861 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 97 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.47 |
| HSL | 90.77º | 0.17% | 0.46% | - |
| HSV(B) | 90.77º | 0.29% | 0.53% | - |
| XYZ | 18.16 | 22.18 | 14.63 | - |
| YUV | 125.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 97 | 0.15 | 0 | 0.29 | 0.47 | 90.77 | 0.17 | 0.46 |
| Hex | 74 | 88 | 61 | F | 0 | 1D | 2F | 5B | 11 | 2E |
| Octal | 164 | 210 | 141 | 17 | 0 | 35 | 57 | 133 | 21 | 56 |
| Binary | 1110100 | 10001000 | 1100001 | 1111 | 0 | 11101 | 101111 | 1011011 | 10001 | 101110 |
Color Harmonies of #748861
Complementary color
Monochromatic Colors of #748861
Black with #748861
Text Example
Text Example
White with #748861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748861; }
p { color: rgb(116,136,97); }
H1.HeaderClassName
{
color: #748861;
}
.AnyTagClassName
{
color: #748861;
}
</style>
background-color css
<style>
a { background-color: #748861; }
a { background-color: rgb(116,136,97); }
div.DivClassName
{
background-color: #748861;
}
.BgClassName
{
background-color: #748861;
}
</style>
border-color css
<style>
span { border-color: #748861; }
span { border-color: rgb(116,136,97); }
td.TdClassName
{
border-color: #748861;
}
.TagClassName
{
border-color: #748861;
}
</style>