Shades of De York #80B77C
Tints of De York #80B77C
RGB
CMYK
RGB Variations
Color information
#80B77C (or 0x80B77C) is known color: De York. HEX triplet: 80, B7 and 7C. RGB value is (128,183,124). Sum of RGB (Red+Green+Blue) = 128+183+124=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #80B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B77C is #7F4883. Grayscale: #A0A0A0. Windows color (decimal): -8341636 or 8173440. OLE color: 8173440.
HSL color Cylindrical-coordinate representation of color #80B77C: hue angle of 115.93º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B77C is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 124 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.28 |
| HSL | 115.93º | 0.29% | 0.6% | - |
| HSV(B) | 115.93º | 0.32% | 0.72% | - |
| XYZ | 29.47 | 39.91 | 25.22 | - |
| YUV | 159.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 124 | 0.30 | 0 | 0.32 | 0.28 | 115.93 | 0.29 | 0.6 |
| Hex | 80 | B7 | 7C | 1E | 0 | 20 | 1C | 74 | 1D | 3C |
| Octal | 200 | 267 | 174 | 36 | 0 | 40 | 34 | 164 | 35 | 74 |
| Binary | 10000000 | 10110111 | 1111100 | 11110 | 0 | 100000 | 11100 | 1110100 | 11101 | 111100 |
Color Harmonies of #80B77C
Complementary color
Monochromatic Colors of #80B77C
Black with #80B77C
Text Example
Text Example
White with #80B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B77C; }
p { color: rgb(128,183,124); }
H1.HeaderClassName
{
color: #80B77C;
}
.AnyTagClassName
{
color: #80B77C;
}
</style>
background-color css
<style>
a { background-color: #80B77C; }
a { background-color: rgb(128,183,124); }
div.DivClassName
{
background-color: #80B77C;
}
.BgClassName
{
background-color: #80B77C;
}
</style>
border-color css
<style>
span { border-color: #80B77C; }
span { border-color: rgb(128,183,124); }
td.TdClassName
{
border-color: #80B77C;
}
.TagClassName
{
border-color: #80B77C;
}
</style>