Shades of De York #7AB27D
Tints of De York #7AB27D
RGB
CMYK
RGB Variations
Color information
#7AB27D (or 0x7AB27D) is known color: De York. HEX triplet: 7A, B2 and 7D. RGB value is (122,178,125). Sum of RGB (Red+Green+Blue) = 122+178+125=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB27D is #854D82. Grayscale: #9B9B9B. Windows color (decimal): -8736131 or 8237690. OLE color: 8237690.
HSL color Cylindrical-coordinate representation of color #7AB27D: hue angle of 123.21º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB27D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 125 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.30 |
| HSL | 123.21º | 0.27% | 0.59% | - |
| HSV(B) | 123.21º | 0.31% | 0.7% | - |
| XYZ | 27.65 | 37.46 | 25.18 | - |
| YUV | 155.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 125 | 0.31 | 0 | 0.30 | 0.30 | 123.21 | 0.27 | 0.59 |
| Hex | 7A | B2 | 7D | 1F | 0 | 1E | 1E | 7B | 1B | 3B |
| Octal | 172 | 262 | 175 | 37 | 0 | 36 | 36 | 173 | 33 | 73 |
| Binary | 1111010 | 10110010 | 1111101 | 11111 | 0 | 11110 | 11110 | 1111011 | 11011 | 111011 |
Color Harmonies of #7AB27D
Complementary color
Monochromatic Colors of #7AB27D
Black with #7AB27D
Text Example
Text Example
White with #7AB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB27D; }
p { color: rgb(122,178,125); }
H1.HeaderClassName
{
color: #7AB27D;
}
.AnyTagClassName
{
color: #7AB27D;
}
</style>
background-color css
<style>
a { background-color: #7AB27D; }
a { background-color: rgb(122,178,125); }
div.DivClassName
{
background-color: #7AB27D;
}
.BgClassName
{
background-color: #7AB27D;
}
</style>
border-color css
<style>
span { border-color: #7AB27D; }
span { border-color: rgb(122,178,125); }
td.TdClassName
{
border-color: #7AB27D;
}
.TagClassName
{
border-color: #7AB27D;
}
</style>