Shades of Camouflage Green #74845F
Tints of Camouflage Green #74845F
RGB
CMYK
RGB Variations
Color information
#74845F (or 0x74845F) is known color: Camouflage Green. HEX triplet: 74, 84 and 5F. RGB value is (116,132,95). Sum of RGB (Red+Green+Blue) = 116+132+95=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #74845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74845F is #8B7BA0. Grayscale: #7B7B7B. Windows color (decimal): -9141153 or 6259828. OLE color: 6259828.
HSL color Cylindrical-coordinate representation of color #74845F: hue angle of 85.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74845F is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 95 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.48 |
| HSL | 85.95º | 0.16% | 0.45% | - |
| HSV(B) | 85.95º | 0.28% | 0.52% | - |
| XYZ | 17.52 | 21.04 | 13.96 | - |
| YUV | 123 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 95 | 0.12 | 0 | 0.28 | 0.48 | 85.95 | 0.16 | 0.45 |
| Hex | 74 | 84 | 5F | C | 0 | 1C | 30 | 56 | 10 | 2D |
| Octal | 164 | 204 | 137 | 14 | 0 | 34 | 60 | 126 | 20 | 55 |
| Binary | 1110100 | 10000100 | 1011111 | 1100 | 0 | 11100 | 110000 | 1010110 | 10000 | 101101 |
Color Harmonies of #74845F
Complementary color
Monochromatic Colors of #74845F
Black with #74845F
Text Example
Text Example
White with #74845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74845F; }
p { color: rgb(116,132,95); }
H1.HeaderClassName
{
color: #74845F;
}
.AnyTagClassName
{
color: #74845F;
}
</style>
background-color css
<style>
a { background-color: #74845F; }
a { background-color: rgb(116,132,95); }
div.DivClassName
{
background-color: #74845F;
}
.BgClassName
{
background-color: #74845F;
}
</style>
border-color css
<style>
span { border-color: #74845F; }
span { border-color: rgb(116,132,95); }
td.TdClassName
{
border-color: #74845F;
}
.TagClassName
{
border-color: #74845F;
}
</style>