Shades of De York #7AB67C
Tints of De York #7AB67C
RGB
CMYK
RGB Variations
Color information
#7AB67C (or 0x7AB67C) is known color: De York. HEX triplet: 7A, B6 and 7C. RGB value is (122,182,124). Sum of RGB (Red+Green+Blue) = 122+182+124=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB67C is #854983. Grayscale: #9D9D9D. Windows color (decimal): -8735108 or 8173178. OLE color: 8173178.
HSL color Cylindrical-coordinate representation of color #7AB67C: hue angle of 122º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB67C is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 124 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.29 |
| HSL | 122º | 0.29% | 0.6% | - |
| HSV(B) | 122º | 0.33% | 0.71% | - |
| XYZ | 28.39 | 39.05 | 25.11 | - |
| YUV | 157.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 124 | 0.33 | 0 | 0.32 | 0.29 | 122 | 0.29 | 0.6 |
| Hex | 7A | B6 | 7C | 21 | 0 | 20 | 1D | 7A | 1D | 3C |
| Octal | 172 | 266 | 174 | 41 | 0 | 40 | 35 | 172 | 35 | 74 |
| Binary | 1111010 | 10110110 | 1111100 | 100001 | 0 | 100000 | 11101 | 1111010 | 11101 | 111100 |
Color Harmonies of #7AB67C
Complementary color
Monochromatic Colors of #7AB67C
Black with #7AB67C
Text Example
Text Example
White with #7AB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB67C; }
p { color: rgb(122,182,124); }
H1.HeaderClassName
{
color: #7AB67C;
}
.AnyTagClassName
{
color: #7AB67C;
}
</style>
background-color css
<style>
a { background-color: #7AB67C; }
a { background-color: rgb(122,182,124); }
div.DivClassName
{
background-color: #7AB67C;
}
.BgClassName
{
background-color: #7AB67C;
}
</style>
border-color css
<style>
span { border-color: #7AB67C; }
span { border-color: rgb(122,182,124); }
td.TdClassName
{
border-color: #7AB67C;
}
.TagClassName
{
border-color: #7AB67C;
}
</style>