Shades of De York #7BB47A
Tints of De York #7BB47A
RGB
CMYK
RGB Variations
Color information
#7BB47A (or 0x7BB47A) is known color: De York. HEX triplet: 7B, B4 and 7A. RGB value is (123,180,122). Sum of RGB (Red+Green+Blue) = 123+180+122=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB47A is #844B85. Grayscale: #9C9C9C. Windows color (decimal): -8670086 or 8041595. OLE color: 8041595.
HSL color Cylindrical-coordinate representation of color #7BB47A: hue angle of 118.97º 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 #7BB47A is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 122 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.29 |
| HSL | 118.97º | 0.28% | 0.59% | - |
| HSV(B) | 118.97º | 0.32% | 0.71% | - |
| XYZ | 28 | 38.26 | 24.32 | - |
| YUV | 156.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 122 | 0.32 | 0 | 0.32 | 0.29 | 118.97 | 0.28 | 0.59 |
| Hex | 7B | B4 | 7A | 20 | 0 | 20 | 1D | 77 | 1C | 3B |
| Octal | 173 | 264 | 172 | 40 | 0 | 40 | 35 | 167 | 34 | 73 |
| Binary | 1111011 | 10110100 | 1111010 | 100000 | 0 | 100000 | 11101 | 1110111 | 11100 | 111011 |
Color Harmonies of #7BB47A
Complementary color
Monochromatic Colors of #7BB47A
Black with #7BB47A
Text Example
Text Example
White with #7BB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB47A; }
p { color: rgb(123,180,122); }
H1.HeaderClassName
{
color: #7BB47A;
}
.AnyTagClassName
{
color: #7BB47A;
}
</style>
background-color css
<style>
a { background-color: #7BB47A; }
a { background-color: rgb(123,180,122); }
div.DivClassName
{
background-color: #7BB47A;
}
.BgClassName
{
background-color: #7BB47A;
}
</style>
border-color css
<style>
span { border-color: #7BB47A; }
span { border-color: rgb(123,180,122); }
td.TdClassName
{
border-color: #7BB47A;
}
.TagClassName
{
border-color: #7BB47A;
}
</style>