Shades of De York #7ABF7F
Tints of De York #7ABF7F
RGB
CMYK
RGB Variations
Color information
#7ABF7F (or 0x7ABF7F) is known color: De York. HEX triplet: 7A, BF and 7F. RGB value is (122,191,127). Sum of RGB (Red+Green+Blue) = 122+191+127=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF7F is #854080. Grayscale: #A3A3A3. Windows color (decimal): -8732801 or 8372090. OLE color: 8372090.
HSL color Cylindrical-coordinate representation of color #7ABF7F: hue angle of 124.35º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABF7F is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 127 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.25 |
| HSL | 124.35º | 0.35% | 0.61% | - |
| HSV(B) | 124.35º | 0.36% | 0.75% | - |
| XYZ | 30.49 | 42.93 | 26.76 | - |
| YUV | 163.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 127 | 0.36 | 0 | 0.34 | 0.25 | 124.35 | 0.35 | 0.61 |
| Hex | 7A | BF | 7F | 24 | 0 | 22 | 19 | 7C | 23 | 3D |
| Octal | 172 | 277 | 177 | 44 | 0 | 42 | 31 | 174 | 43 | 75 |
| Binary | 1111010 | 10111111 | 1111111 | 100100 | 0 | 100010 | 11001 | 1111100 | 100011 | 111101 |
Color Harmonies of #7ABF7F
Complementary color
Monochromatic Colors of #7ABF7F
Black with #7ABF7F
Text Example
Text Example
White with #7ABF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF7F; }
p { color: rgb(122,191,127); }
H1.HeaderClassName
{
color: #7ABF7F;
}
.AnyTagClassName
{
color: #7ABF7F;
}
</style>
background-color css
<style>
a { background-color: #7ABF7F; }
a { background-color: rgb(122,191,127); }
div.DivClassName
{
background-color: #7ABF7F;
}
.BgClassName
{
background-color: #7ABF7F;
}
</style>
border-color css
<style>
span { border-color: #7ABF7F; }
span { border-color: rgb(122,191,127); }
td.TdClassName
{
border-color: #7ABF7F;
}
.TagClassName
{
border-color: #7ABF7F;
}
</style>