Shades of De York #7FBE7A
Tints of De York #7FBE7A
RGB
CMYK
RGB Variations
Color information
#7FBE7A (or 0x7FBE7A) is known color: De York. HEX triplet: 7F, BE and 7A. RGB value is (127,190,122). Sum of RGB (Red+Green+Blue) = 127+190+122=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE7A is #804185. Grayscale: #A3A3A3. Windows color (decimal): -8405382 or 8044159. OLE color: 8044159.
HSL color Cylindrical-coordinate representation of color #7FBE7A: hue angle of 115.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FBE7A is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 122 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.25 |
| HSL | 115.59º | 0.34% | 0.61% | - |
| HSV(B) | 115.59º | 0.36% | 0.75% | - |
| XYZ | 30.68 | 42.74 | 25.05 | - |
| YUV | 163.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 122 | 0.33 | 0 | 0.36 | 0.25 | 115.59 | 0.34 | 0.61 |
| Hex | 7F | BE | 7A | 21 | 0 | 24 | 19 | 74 | 22 | 3D |
| Octal | 177 | 276 | 172 | 41 | 0 | 44 | 31 | 164 | 42 | 75 |
| Binary | 1111111 | 10111110 | 1111010 | 100001 | 0 | 100100 | 11001 | 1110100 | 100010 | 111101 |
Color Harmonies of #7FBE7A
Complementary color
Monochromatic Colors of #7FBE7A
Black with #7FBE7A
Text Example
Text Example
White with #7FBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE7A; }
p { color: rgb(127,190,122); }
H1.HeaderClassName
{
color: #7FBE7A;
}
.AnyTagClassName
{
color: #7FBE7A;
}
</style>
background-color css
<style>
a { background-color: #7FBE7A; }
a { background-color: rgb(127,190,122); }
div.DivClassName
{
background-color: #7FBE7A;
}
.BgClassName
{
background-color: #7FBE7A;
}
</style>
border-color css
<style>
span { border-color: #7FBE7A; }
span { border-color: rgb(127,190,122); }
td.TdClassName
{
border-color: #7FBE7A;
}
.TagClassName
{
border-color: #7FBE7A;
}
</style>