Shades of De York #89C07A
Tints of De York #89C07A
RGB
CMYK
RGB Variations
Color information
#89C07A (or 0x89C07A) is known color: De York. HEX triplet: 89, C0 and 7A. RGB value is (137,192,122). Sum of RGB (Red+Green+Blue) = 137+192+122=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #89C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C07A is #763F85. Grayscale: #A7A7A7. Windows color (decimal): -7749510 or 8044681. OLE color: 8044681.
HSL color Cylindrical-coordinate representation of color #89C07A: hue angle of 107.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89C07A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 122 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.25 |
| HSL | 107.14º | 0.36% | 0.62% | - |
| HSV(B) | 107.14º | 0.36% | 0.75% | - |
| XYZ | 32.68 | 44.42 | 25.26 | - |
| YUV | 167.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 122 | 0.29 | 0 | 0.36 | 0.25 | 107.14 | 0.36 | 0.62 |
| Hex | 89 | C0 | 7A | 1D | 0 | 24 | 19 | 6B | 24 | 3E |
| Octal | 211 | 300 | 172 | 35 | 0 | 44 | 31 | 153 | 44 | 76 |
| Binary | 10001001 | 11000000 | 1111010 | 11101 | 0 | 100100 | 11001 | 1101011 | 100100 | 111110 |
Color Harmonies of #89C07A
Complementary color
Monochromatic Colors of #89C07A
Black with #89C07A
Text Example
Text Example
White with #89C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C07A; }
p { color: rgb(137,192,122); }
H1.HeaderClassName
{
color: #89C07A;
}
.AnyTagClassName
{
color: #89C07A;
}
</style>
background-color css
<style>
a { background-color: #89C07A; }
a { background-color: rgb(137,192,122); }
div.DivClassName
{
background-color: #89C07A;
}
.BgClassName
{
background-color: #89C07A;
}
</style>
border-color css
<style>
span { border-color: #89C07A; }
span { border-color: rgb(137,192,122); }
td.TdClassName
{
border-color: #89C07A;
}
.TagClassName
{
border-color: #89C07A;
}
</style>