Shades of Davy's Grey #718970
Tints of Davy's Grey #718970
RGB
CMYK
RGB Variations
Color information
#718970 (or 0x718970) is known color: Davy's Grey. HEX triplet: 71, 89 and 70. RGB value is (113,137,112). Sum of RGB (Red+Green+Blue) = 113+137+112=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #718970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718970 is #8E768F. Grayscale: #7F7F7F. Windows color (decimal): -9336464 or 7375217. OLE color: 7375217.
HSL color Cylindrical-coordinate representation of color #718970: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718970 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 112 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.46 |
| HSL | 117.6º | 0.1% | 0.49% | - |
| HSV(B) | 117.6º | 0.18% | 0.54% | - |
| XYZ | 18.68 | 22.57 | 18.7 | - |
| YUV | 126.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 112 | 0.18 | 0 | 0.18 | 0.46 | 117.6 | 0.1 | 0.49 |
| Hex | 71 | 89 | 70 | 12 | 0 | 12 | 2E | 76 | A | 31 |
| Octal | 161 | 211 | 160 | 22 | 0 | 22 | 56 | 166 | 12 | 61 |
| Binary | 1110001 | 10001001 | 1110000 | 10010 | 0 | 10010 | 101110 | 1110110 | 1010 | 110001 |
Color Harmonies of #718970
Complementary color
Monochromatic Colors of #718970
Black with #718970
Text Example
Text Example
White with #718970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718970; }
p { color: rgb(113,137,112); }
H1.HeaderClassName
{
color: #718970;
}
.AnyTagClassName
{
color: #718970;
}
</style>
background-color css
<style>
a { background-color: #718970; }
a { background-color: rgb(113,137,112); }
div.DivClassName
{
background-color: #718970;
}
.BgClassName
{
background-color: #718970;
}
</style>
border-color css
<style>
span { border-color: #718970; }
span { border-color: rgb(113,137,112); }
td.TdClassName
{
border-color: #718970;
}
.TagClassName
{
border-color: #718970;
}
</style>