Shades of De York #7AB67A
Tints of De York #7AB67A
RGB
CMYK
RGB Variations
Color information
#7AB67A (or 0x7AB67A) is known color: De York. HEX triplet: 7A, B6 and 7A. RGB value is (122,182,122). Sum of RGB (Red+Green+Blue) = 122+182+122=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB67A is #854985. Grayscale: #9D9D9D. Windows color (decimal): -8735110 or 8042106. OLE color: 8042106.
HSL color Cylindrical-coordinate representation of color #7AB67A: hue angle of 120º 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 #7AB67A is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 122 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.29 |
| HSL | 120º | 0.29% | 0.6% | - |
| HSV(B) | 120º | 0.33% | 0.71% | - |
| XYZ | 28.27 | 39 | 24.45 | - |
| YUV | 157.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 122 | 0.33 | 0 | 0.33 | 0.29 | 120 | 0.29 | 0.6 |
| Hex | 7A | B6 | 7A | 21 | 0 | 21 | 1D | 78 | 1D | 3C |
| Octal | 172 | 266 | 172 | 41 | 0 | 41 | 35 | 170 | 35 | 74 |
| Binary | 1111010 | 10110110 | 1111010 | 100001 | 0 | 100001 | 11101 | 1111000 | 11101 | 111100 |
Color Harmonies of #7AB67A
Complementary color
Monochromatic Colors of #7AB67A
Black with #7AB67A
Text Example
Text Example
White with #7AB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB67A; }
p { color: rgb(122,182,122); }
H1.HeaderClassName
{
color: #7AB67A;
}
.AnyTagClassName
{
color: #7AB67A;
}
</style>
background-color css
<style>
a { background-color: #7AB67A; }
a { background-color: rgb(122,182,122); }
div.DivClassName
{
background-color: #7AB67A;
}
.BgClassName
{
background-color: #7AB67A;
}
</style>
border-color css
<style>
span { border-color: #7AB67A; }
span { border-color: rgb(122,182,122); }
td.TdClassName
{
border-color: #7AB67A;
}
.TagClassName
{
border-color: #7AB67A;
}
</style>