Shades of De York #80B779
Tints of De York #80B779
RGB
CMYK
RGB Variations
Color information
#80B779 (or 0x80B779) is known color: De York. HEX triplet: 80, B7 and 79. RGB value is (128,183,121). Sum of RGB (Red+Green+Blue) = 128+183+121=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #80B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B779 is #7F4886. Grayscale: #9F9F9F. Windows color (decimal): -8341639 or 7976832. OLE color: 7976832.
HSL color Cylindrical-coordinate representation of color #80B779: hue angle of 113.23º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B779 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 121 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.28 |
| HSL | 113.23º | 0.3% | 0.6% | - |
| HSV(B) | 113.23º | 0.34% | 0.72% | - |
| XYZ | 29.29 | 39.84 | 24.23 | - |
| YUV | 159.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 121 | 0.30 | 0 | 0.34 | 0.28 | 113.23 | 0.3 | 0.6 |
| Hex | 80 | B7 | 79 | 1E | 0 | 22 | 1C | 71 | 1E | 3C |
| Octal | 200 | 267 | 171 | 36 | 0 | 42 | 34 | 161 | 36 | 74 |
| Binary | 10000000 | 10110111 | 1111001 | 11110 | 0 | 100010 | 11100 | 1110001 | 11110 | 111100 |
Color Harmonies of #80B779
Complementary color
Monochromatic Colors of #80B779
Black with #80B779
Text Example
Text Example
White with #80B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B779; }
p { color: rgb(128,183,121); }
H1.HeaderClassName
{
color: #80B779;
}
.AnyTagClassName
{
color: #80B779;
}
</style>
background-color css
<style>
a { background-color: #80B779; }
a { background-color: rgb(128,183,121); }
div.DivClassName
{
background-color: #80B779;
}
.BgClassName
{
background-color: #80B779;
}
</style>
border-color css
<style>
span { border-color: #80B779; }
span { border-color: rgb(128,183,121); }
td.TdClassName
{
border-color: #80B779;
}
.TagClassName
{
border-color: #80B779;
}
</style>