Shades of Camouflage Green #717969
Tints of Camouflage Green #717969
RGB
CMYK
RGB Variations
Color information
#717969 (or 0x717969) is known color: Camouflage Green. HEX triplet: 71, 79 and 69. RGB value is (113,121,105). Sum of RGB (Red+Green+Blue) = 113+121+105=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #717969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717969 is #8E8696. Grayscale: #747474. Windows color (decimal): -9340567 or 6912369. OLE color: 6912369.
HSL color Cylindrical-coordinate representation of color #717969: hue angle of 90º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717969 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 105 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.53 |
| HSL | 90º | 0.07% | 0.44% | - |
| HSV(B) | 90º | 0.13% | 0.47% | - |
| XYZ | 16.2 | 18.21 | 16.02 | - |
| YUV | 116.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 105 | 0.07 | 0 | 0.13 | 0.53 | 90 | 0.07 | 0.44 |
| Hex | 71 | 79 | 69 | 7 | 0 | D | 35 | 5A | 7 | 2C |
| Octal | 161 | 171 | 151 | 7 | 0 | 15 | 65 | 132 | 7 | 54 |
| Binary | 1110001 | 1111001 | 1101001 | 111 | 0 | 1101 | 110101 | 1011010 | 111 | 101100 |
Color Harmonies of #717969
Complementary color
Monochromatic Colors of #717969
Black with #717969
Text Example
Text Example
White with #717969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717969; }
p { color: rgb(113,121,105); }
H1.HeaderClassName
{
color: #717969;
}
.AnyTagClassName
{
color: #717969;
}
</style>
background-color css
<style>
a { background-color: #717969; }
a { background-color: rgb(113,121,105); }
div.DivClassName
{
background-color: #717969;
}
.BgClassName
{
background-color: #717969;
}
</style>
border-color css
<style>
span { border-color: #717969; }
span { border-color: rgb(113,121,105); }
td.TdClassName
{
border-color: #717969;
}
.TagClassName
{
border-color: #717969;
}
</style>