Shades of Camouflage Green #747F69
Tints of Camouflage Green #747F69
RGB
CMYK
RGB Variations
Color information
#747F69 (or 0x747F69) is known color: Camouflage Green. HEX triplet: 74, 7F and 69. RGB value is (116,127,105). Sum of RGB (Red+Green+Blue) = 116+127+105=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #747F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F69 is #8B8096. Grayscale: #797979. Windows color (decimal): -9142423 or 6913908. OLE color: 6913908.
HSL color Cylindrical-coordinate representation of color #747F69: hue angle of 90º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747F69 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 105 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.50 |
| HSL | 90º | 0.09% | 0.45% | - |
| HSV(B) | 90º | 0.17% | 0.5% | - |
| XYZ | 17.34 | 19.91 | 16.29 | - |
| YUV | 121.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 105 | 0.09 | 0 | 0.17 | 0.50 | 90 | 0.09 | 0.45 |
| Hex | 74 | 7F | 69 | 9 | 0 | 11 | 32 | 5A | 9 | 2D |
| Octal | 164 | 177 | 151 | 11 | 0 | 21 | 62 | 132 | 11 | 55 |
| Binary | 1110100 | 1111111 | 1101001 | 1001 | 0 | 10001 | 110010 | 1011010 | 1001 | 101101 |
Color Harmonies of #747F69
Complementary color
Monochromatic Colors of #747F69
Black with #747F69
Text Example
Text Example
White with #747F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F69; }
p { color: rgb(116,127,105); }
H1.HeaderClassName
{
color: #747F69;
}
.AnyTagClassName
{
color: #747F69;
}
</style>
background-color css
<style>
a { background-color: #747F69; }
a { background-color: rgb(116,127,105); }
div.DivClassName
{
background-color: #747F69;
}
.BgClassName
{
background-color: #747F69;
}
</style>
border-color css
<style>
span { border-color: #747F69; }
span { border-color: rgb(116,127,105); }
td.TdClassName
{
border-color: #747F69;
}
.TagClassName
{
border-color: #747F69;
}
</style>