Shades of De York #7BBF80
Tints of De York #7BBF80
RGB
CMYK
RGB Variations
Color information
#7BBF80 (or 0x7BBF80) is known color: De York. HEX triplet: 7B, BF and 80. RGB value is (123,191,128). Sum of RGB (Red+Green+Blue) = 123+191+128=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBF80 is #84407F. Grayscale: #A3A3A3. Windows color (decimal): -8667264 or 8437627. OLE color: 8437627.
HSL color Cylindrical-coordinate representation of color #7BBF80: hue angle of 124.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BBF80 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 128 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.25 |
| HSL | 124.41º | 0.35% | 0.62% | - |
| HSV(B) | 124.41º | 0.36% | 0.75% | - |
| XYZ | 30.7 | 43.03 | 27.11 | - |
| YUV | 163.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 128 | 0.36 | 0 | 0.33 | 0.25 | 124.41 | 0.35 | 0.62 |
| Hex | 7B | BF | 80 | 24 | 0 | 21 | 19 | 7C | 23 | 3E |
| Octal | 173 | 277 | 200 | 44 | 0 | 41 | 31 | 174 | 43 | 76 |
| Binary | 1111011 | 10111111 | 10000000 | 100100 | 0 | 100001 | 11001 | 1111100 | 100011 | 111110 |
Color Harmonies of #7BBF80
Complementary color
Monochromatic Colors of #7BBF80
Black with #7BBF80
Text Example
Text Example
White with #7BBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBF80; }
p { color: rgb(123,191,128); }
H1.HeaderClassName
{
color: #7BBF80;
}
.AnyTagClassName
{
color: #7BBF80;
}
</style>
background-color css
<style>
a { background-color: #7BBF80; }
a { background-color: rgb(123,191,128); }
div.DivClassName
{
background-color: #7BBF80;
}
.BgClassName
{
background-color: #7BBF80;
}
</style>
border-color css
<style>
span { border-color: #7BBF80; }
span { border-color: rgb(123,191,128); }
td.TdClassName
{
border-color: #7BBF80;
}
.TagClassName
{
border-color: #7BBF80;
}
</style>