Shades of De York #7AB77D
Tints of De York #7AB77D
RGB
CMYK
RGB Variations
Color information
#7AB77D (or 0x7AB77D) is known color: De York. HEX triplet: 7A, B7 and 7D. RGB value is (122,183,125). Sum of RGB (Red+Green+Blue) = 122+183+125=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB77D is #854882. Grayscale: #9E9E9E. Windows color (decimal): -8734851 or 8238970. OLE color: 8238970.
HSL color Cylindrical-coordinate representation of color #7AB77D: hue angle of 122.95º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB77D is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 125 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.28 |
| HSL | 122.95º | 0.3% | 0.6% | - |
| HSV(B) | 122.95º | 0.33% | 0.72% | - |
| XYZ | 28.66 | 39.49 | 25.51 | - |
| YUV | 158.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 125 | 0.33 | 0 | 0.32 | 0.28 | 122.95 | 0.3 | 0.6 |
| Hex | 7A | B7 | 7D | 21 | 0 | 20 | 1C | 7B | 1E | 3C |
| Octal | 172 | 267 | 175 | 41 | 0 | 40 | 34 | 173 | 36 | 74 |
| Binary | 1111010 | 10110111 | 1111101 | 100001 | 0 | 100000 | 11100 | 1111011 | 11110 | 111100 |
Color Harmonies of #7AB77D
Complementary color
Monochromatic Colors of #7AB77D
Black with #7AB77D
Text Example
Text Example
White with #7AB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB77D; }
p { color: rgb(122,183,125); }
H1.HeaderClassName
{
color: #7AB77D;
}
.AnyTagClassName
{
color: #7AB77D;
}
</style>
background-color css
<style>
a { background-color: #7AB77D; }
a { background-color: rgb(122,183,125); }
div.DivClassName
{
background-color: #7AB77D;
}
.BgClassName
{
background-color: #7AB77D;
}
</style>
border-color css
<style>
span { border-color: #7AB77D; }
span { border-color: rgb(122,183,125); }
td.TdClassName
{
border-color: #7AB77D;
}
.TagClassName
{
border-color: #7AB77D;
}
</style>