Shades of Camouflage Green #74796F
Tints of Camouflage Green #74796F
RGB
CMYK
RGB Variations
Color information
#74796F (or 0x74796F) is known color: Camouflage Green. HEX triplet: 74, 79 and 6F. RGB value is (116,121,111). Sum of RGB (Red+Green+Blue) = 116+121+111=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #74796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74796F is #8B8690. Grayscale: #767676. Windows color (decimal): -9143953 or 7305588. OLE color: 7305588.
HSL color Cylindrical-coordinate representation of color #74796F: hue angle of 90º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74796F is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 111 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.53 |
| HSL | 90º | 0.04% | 0.45% | - |
| HSV(B) | 90º | 0.08% | 0.47% | - |
| XYZ | 16.91 | 18.54 | 17.73 | - |
| YUV | 118.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 111 | 0.04 | 0 | 0.08 | 0.53 | 90 | 0.04 | 0.45 |
| Hex | 74 | 79 | 6F | 4 | 0 | 8 | 35 | 5A | 4 | 2D |
| Octal | 164 | 171 | 157 | 4 | 0 | 10 | 65 | 132 | 4 | 55 |
| Binary | 1110100 | 1111001 | 1101111 | 100 | 0 | 1000 | 110101 | 1011010 | 100 | 101101 |
Color Harmonies of #74796F
Complementary color
Monochromatic Colors of #74796F
Black with #74796F
Text Example
Text Example
White with #74796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74796F; }
p { color: rgb(116,121,111); }
H1.HeaderClassName
{
color: #74796F;
}
.AnyTagClassName
{
color: #74796F;
}
</style>
background-color css
<style>
a { background-color: #74796F; }
a { background-color: rgb(116,121,111); }
div.DivClassName
{
background-color: #74796F;
}
.BgClassName
{
background-color: #74796F;
}
</style>
border-color css
<style>
span { border-color: #74796F; }
span { border-color: rgb(116,121,111); }
td.TdClassName
{
border-color: #74796F;
}
.TagClassName
{
border-color: #74796F;
}
</style>