Shades of De York #7AB975
Tints of De York #7AB975
RGB
CMYK
RGB Variations
Color information
#7AB975 (or 0x7AB975) is known color: De York. HEX triplet: 7A, B9 and 75. RGB value is (122,185,117). Sum of RGB (Red+Green+Blue) = 122+185+117=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB975 is #85468A. Grayscale: #9E9E9E. Windows color (decimal): -8734347 or 7715194. OLE color: 7715194.
HSL color Cylindrical-coordinate representation of color #7AB975: hue angle of 115.59º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AB975 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 117 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.27 |
| HSL | 115.59º | 0.33% | 0.59% | - |
| HSV(B) | 115.59º | 0.37% | 0.73% | - |
| XYZ | 28.59 | 40.12 | 23.07 | - |
| YUV | 158.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 117 | 0.34 | 0 | 0.37 | 0.27 | 115.59 | 0.33 | 0.59 |
| Hex | 7A | B9 | 75 | 22 | 0 | 25 | 1B | 74 | 21 | 3B |
| Octal | 172 | 271 | 165 | 42 | 0 | 45 | 33 | 164 | 41 | 73 |
| Binary | 1111010 | 10111001 | 1110101 | 100010 | 0 | 100101 | 11011 | 1110100 | 100001 | 111011 |
Color Harmonies of #7AB975
Complementary color
Monochromatic Colors of #7AB975
Black with #7AB975
Text Example
Text Example
White with #7AB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB975; }
p { color: rgb(122,185,117); }
H1.HeaderClassName
{
color: #7AB975;
}
.AnyTagClassName
{
color: #7AB975;
}
</style>
background-color css
<style>
a { background-color: #7AB975; }
a { background-color: rgb(122,185,117); }
div.DivClassName
{
background-color: #7AB975;
}
.BgClassName
{
background-color: #7AB975;
}
</style>
border-color css
<style>
span { border-color: #7AB975; }
span { border-color: rgb(122,185,117); }
td.TdClassName
{
border-color: #7AB975;
}
.TagClassName
{
border-color: #7AB975;
}
</style>