Shades of De York #7FB679
Tints of De York #7FB679
RGB
CMYK
RGB Variations
Color information
#7FB679 (or 0x7FB679) is known color: De York. HEX triplet: 7F, B6 and 79. RGB value is (127,182,121). Sum of RGB (Red+Green+Blue) = 127+182+121=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB679 is #804986. Grayscale: #9E9E9E. Windows color (decimal): -8407431 or 7976575. OLE color: 7976575.
HSL color Cylindrical-coordinate representation of color #7FB679: hue angle of 114.1º 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 #7FB679 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 121 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.29 |
| HSL | 114.1º | 0.29% | 0.59% | - |
| HSV(B) | 114.1º | 0.34% | 0.71% | - |
| XYZ | 28.93 | 39.35 | 24.16 | - |
| YUV | 158.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 121 | 0.30 | 0 | 0.34 | 0.29 | 114.1 | 0.29 | 0.59 |
| Hex | 7F | B6 | 79 | 1E | 0 | 22 | 1D | 72 | 1D | 3B |
| Octal | 177 | 266 | 171 | 36 | 0 | 42 | 35 | 162 | 35 | 73 |
| Binary | 1111111 | 10110110 | 1111001 | 11110 | 0 | 100010 | 11101 | 1110010 | 11101 | 111011 |
Color Harmonies of #7FB679
Complementary color
Monochromatic Colors of #7FB679
Black with #7FB679
Text Example
Text Example
White with #7FB679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB679; }
p { color: rgb(127,182,121); }
H1.HeaderClassName
{
color: #7FB679;
}
.AnyTagClassName
{
color: #7FB679;
}
</style>
background-color css
<style>
a { background-color: #7FB679; }
a { background-color: rgb(127,182,121); }
div.DivClassName
{
background-color: #7FB679;
}
.BgClassName
{
background-color: #7FB679;
}
</style>
border-color css
<style>
span { border-color: #7FB679; }
span { border-color: rgb(127,182,121); }
td.TdClassName
{
border-color: #7FB679;
}
.TagClassName
{
border-color: #7FB679;
}
</style>