Shades of De York #80B679
Tints of De York #80B679
RGB
CMYK
RGB Variations
Color information
#80B679 (or 0x80B679) is known color: De York. HEX triplet: 80, B6 and 79. RGB value is (128,182,121). Sum of RGB (Red+Green+Blue) = 128+182+121=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #80B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B679 is #7F4986. Grayscale: #9F9F9F. Windows color (decimal): -8341895 or 7976576. OLE color: 7976576.
HSL color Cylindrical-coordinate representation of color #80B679: hue angle of 113.11º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B679 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 182 | 121 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.29 |
| HSL | 113.11º | 0.29% | 0.59% | - |
| HSV(B) | 113.11º | 0.34% | 0.71% | - |
| XYZ | 29.08 | 39.43 | 24.17 | - |
| YUV | 158.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 182 | 121 | 0.30 | 0 | 0.34 | 0.29 | 113.11 | 0.29 | 0.59 |
| Hex | 80 | B6 | 79 | 1E | 0 | 22 | 1D | 71 | 1D | 3B |
| Octal | 200 | 266 | 171 | 36 | 0 | 42 | 35 | 161 | 35 | 73 |
| Binary | 10000000 | 10110110 | 1111001 | 11110 | 0 | 100010 | 11101 | 1110001 | 11101 | 111011 |
Color Harmonies of #80B679
Complementary color
Monochromatic Colors of #80B679
Black with #80B679
Text Example
Text Example
White with #80B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B679; }
p { color: rgb(128,182,121); }
H1.HeaderClassName
{
color: #80B679;
}
.AnyTagClassName
{
color: #80B679;
}
</style>
background-color css
<style>
a { background-color: #80B679; }
a { background-color: rgb(128,182,121); }
div.DivClassName
{
background-color: #80B679;
}
.BgClassName
{
background-color: #80B679;
}
</style>
border-color css
<style>
span { border-color: #80B679; }
span { border-color: rgb(128,182,121); }
td.TdClassName
{
border-color: #80B679;
}
.TagClassName
{
border-color: #80B679;
}
</style>