Shades of De York #7AC687
Tints of De York #7AC687
RGB
CMYK
RGB Variations
Color information
#7AC687 (or 0x7AC687) is known color: De York. HEX triplet: 7A, C6 and 87. RGB value is (122,198,135). Sum of RGB (Red+Green+Blue) = 122+198+135=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC687 is #853978. Grayscale: #A8A8A8. Windows color (decimal): -8731001 or 8898170. OLE color: 8898170.
HSL color Cylindrical-coordinate representation of color #7AC687: hue angle of 130.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC687 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 198 | 135 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.22 |
| HSL | 130.26º | 0.4% | 0.63% | - |
| HSV(B) | 130.26º | 0.38% | 0.78% | - |
| XYZ | 32.59 | 46.28 | 30.14 | - |
| YUV | 168.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 198 | 135 | 0.38 | 0 | 0.32 | 0.22 | 130.26 | 0.4 | 0.63 |
| Hex | 7A | C6 | 87 | 26 | 0 | 20 | 16 | 82 | 28 | 3F |
| Octal | 172 | 306 | 207 | 46 | 0 | 40 | 26 | 202 | 50 | 77 |
| Binary | 1111010 | 11000110 | 10000111 | 100110 | 0 | 100000 | 10110 | 10000010 | 101000 | 111111 |
Color Harmonies of #7AC687
Complementary color
Monochromatic Colors of #7AC687
Black with #7AC687
Text Example
Text Example
White with #7AC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC687; }
p { color: rgb(122,198,135); }
H1.HeaderClassName
{
color: #7AC687;
}
.AnyTagClassName
{
color: #7AC687;
}
</style>
background-color css
<style>
a { background-color: #7AC687; }
a { background-color: rgb(122,198,135); }
div.DivClassName
{
background-color: #7AC687;
}
.BgClassName
{
background-color: #7AC687;
}
</style>
border-color css
<style>
span { border-color: #7AC687; }
span { border-color: rgb(122,198,135); }
td.TdClassName
{
border-color: #7AC687;
}
.TagClassName
{
border-color: #7AC687;
}
</style>