Shades of Camouflage Green #748468
Tints of Camouflage Green #748468
RGB
CMYK
RGB Variations
Color information
#748468 (or 0x748468) is known color: Camouflage Green. HEX triplet: 74, 84 and 68. RGB value is (116,132,104). Sum of RGB (Red+Green+Blue) = 116+132+104=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #748468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748468 is #8B7B97. Grayscale: #7C7C7C. Windows color (decimal): -9141144 or 6849652. OLE color: 6849652.
HSL color Cylindrical-coordinate representation of color #748468: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748468 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 104 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.48 |
| HSL | 94.29º | 0.12% | 0.46% | - |
| HSV(B) | 94.29º | 0.21% | 0.52% | - |
| XYZ | 17.95 | 21.22 | 16.25 | - |
| YUV | 124.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 104 | 0.12 | 0 | 0.21 | 0.48 | 94.29 | 0.12 | 0.46 |
| Hex | 74 | 84 | 68 | C | 0 | 15 | 30 | 5E | C | 2E |
| Octal | 164 | 204 | 150 | 14 | 0 | 25 | 60 | 136 | 14 | 56 |
| Binary | 1110100 | 10000100 | 1101000 | 1100 | 0 | 10101 | 110000 | 1011110 | 1100 | 101110 |
Color Harmonies of #748468
Complementary color
Monochromatic Colors of #748468
Black with #748468
Text Example
Text Example
White with #748468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748468; }
p { color: rgb(116,132,104); }
H1.HeaderClassName
{
color: #748468;
}
.AnyTagClassName
{
color: #748468;
}
</style>
background-color css
<style>
a { background-color: #748468; }
a { background-color: rgb(116,132,104); }
div.DivClassName
{
background-color: #748468;
}
.BgClassName
{
background-color: #748468;
}
</style>
border-color css
<style>
span { border-color: #748468; }
span { border-color: rgb(116,132,104); }
td.TdClassName
{
border-color: #748468;
}
.TagClassName
{
border-color: #748468;
}
</style>