Shades of De York #7AB977
Tints of De York #7AB977
RGB
CMYK
RGB Variations
Color information
#7AB977 (or 0x7AB977) is known color: De York. HEX triplet: 7A, B9 and 77. RGB value is (122,185,119). Sum of RGB (Red+Green+Blue) = 122+185+119=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB977 is #854688. Grayscale: #9E9E9E. Windows color (decimal): -8734345 or 7846266. OLE color: 7846266.
HSL color Cylindrical-coordinate representation of color #7AB977: hue angle of 117.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AB977 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 119 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.27 |
| HSL | 117.27º | 0.32% | 0.6% | - |
| HSV(B) | 117.27º | 0.36% | 0.73% | - |
| XYZ | 28.7 | 40.17 | 23.69 | - |
| YUV | 158.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 119 | 0.34 | 0 | 0.36 | 0.27 | 117.27 | 0.32 | 0.6 |
| Hex | 7A | B9 | 77 | 22 | 0 | 24 | 1B | 75 | 20 | 3C |
| Octal | 172 | 271 | 167 | 42 | 0 | 44 | 33 | 165 | 40 | 74 |
| Binary | 1111010 | 10111001 | 1110111 | 100010 | 0 | 100100 | 11011 | 1110101 | 100000 | 111100 |
Color Harmonies of #7AB977
Complementary color
Monochromatic Colors of #7AB977
Black with #7AB977
Text Example
Text Example
White with #7AB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB977; }
p { color: rgb(122,185,119); }
H1.HeaderClassName
{
color: #7AB977;
}
.AnyTagClassName
{
color: #7AB977;
}
</style>
background-color css
<style>
a { background-color: #7AB977; }
a { background-color: rgb(122,185,119); }
div.DivClassName
{
background-color: #7AB977;
}
.BgClassName
{
background-color: #7AB977;
}
</style>
border-color css
<style>
span { border-color: #7AB977; }
span { border-color: rgb(122,185,119); }
td.TdClassName
{
border-color: #7AB977;
}
.TagClassName
{
border-color: #7AB977;
}
</style>