Shades of De York #7BB47E
Tints of De York #7BB47E
RGB
CMYK
RGB Variations
Color information
#7BB47E (or 0x7BB47E) is known color: De York. HEX triplet: 7B, B4 and 7E. RGB value is (123,180,126). Sum of RGB (Red+Green+Blue) = 123+180+126=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB47E is #844B81. Grayscale: #9C9C9C. Windows color (decimal): -8670082 or 8303739. OLE color: 8303739.
HSL color Cylindrical-coordinate representation of color #7BB47E: hue angle of 123.16º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB47E is Cyan = 0.32, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 126 | - |
| CMYK | 0.32 | 0 | 0.3 | 0.29 |
| HSL | 123.16º | 0.28% | 0.59% | - |
| HSV(B) | 123.16º | 0.32% | 0.71% | - |
| XYZ | 28.26 | 38.36 | 25.65 | - |
| YUV | 156.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 126 | 0.32 | 0 | 0.3 | 0.29 | 123.16 | 0.28 | 0.59 |
| Hex | 7B | B4 | 7E | 20 | 0 | 1E | 1D | 7B | 1C | 3B |
| Octal | 173 | 264 | 176 | 40 | 0 | 36 | 35 | 173 | 34 | 73 |
| Binary | 1111011 | 10110100 | 1111110 | 100000 | 0 | 11110 | 11101 | 1111011 | 11100 | 111011 |
Color Harmonies of #7BB47E
Complementary color
Monochromatic Colors of #7BB47E
Black with #7BB47E
Text Example
Text Example
White with #7BB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB47E; }
p { color: rgb(123,180,126); }
H1.HeaderClassName
{
color: #7BB47E;
}
.AnyTagClassName
{
color: #7BB47E;
}
</style>
background-color css
<style>
a { background-color: #7BB47E; }
a { background-color: rgb(123,180,126); }
div.DivClassName
{
background-color: #7BB47E;
}
.BgClassName
{
background-color: #7BB47E;
}
</style>
border-color css
<style>
span { border-color: #7BB47E; }
span { border-color: rgb(123,180,126); }
td.TdClassName
{
border-color: #7BB47E;
}
.TagClassName
{
border-color: #7BB47E;
}
</style>