Shades of De York #7FB778
Tints of De York #7FB778
RGB
CMYK
RGB Variations
Color information
#7FB778 (or 0x7FB778) is known color: De York. HEX triplet: 7F, B7 and 78. RGB value is (127,183,120). Sum of RGB (Red+Green+Blue) = 127+183+120=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB778 is #804887. Grayscale: #9F9F9F. Windows color (decimal): -8407176 or 7911295. OLE color: 7911295.
HSL color Cylindrical-coordinate representation of color #7FB778: hue angle of 113.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FB778 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 120 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.28 |
| HSL | 113.33º | 0.3% | 0.59% | - |
| HSV(B) | 113.33º | 0.34% | 0.72% | - |
| XYZ | 29.08 | 39.74 | 23.91 | - |
| YUV | 159.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 120 | 0.31 | 0 | 0.34 | 0.28 | 113.33 | 0.3 | 0.59 |
| Hex | 7F | B7 | 78 | 1F | 0 | 22 | 1C | 71 | 1E | 3B |
| Octal | 177 | 267 | 170 | 37 | 0 | 42 | 34 | 161 | 36 | 73 |
| Binary | 1111111 | 10110111 | 1111000 | 11111 | 0 | 100010 | 11100 | 1110001 | 11110 | 111011 |
Color Harmonies of #7FB778
Complementary color
Monochromatic Colors of #7FB778
Black with #7FB778
Text Example
Text Example
White with #7FB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB778; }
p { color: rgb(127,183,120); }
H1.HeaderClassName
{
color: #7FB778;
}
.AnyTagClassName
{
color: #7FB778;
}
</style>
background-color css
<style>
a { background-color: #7FB778; }
a { background-color: rgb(127,183,120); }
div.DivClassName
{
background-color: #7FB778;
}
.BgClassName
{
background-color: #7FB778;
}
</style>
border-color css
<style>
span { border-color: #7FB778; }
span { border-color: rgb(127,183,120); }
td.TdClassName
{
border-color: #7FB778;
}
.TagClassName
{
border-color: #7FB778;
}
</style>