Shades of De York #7BCA86
Tints of De York #7BCA86
RGB
CMYK
RGB Variations
Color information
#7BCA86 (or 0x7BCA86) is known color: De York. HEX triplet: 7B, CA and 86. RGB value is (123,202,134). Sum of RGB (Red+Green+Blue) = 123+202+134=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA86 is #843579. Grayscale: #AAAAAA. Windows color (decimal): -8664442 or 8833659. OLE color: 8833659.
HSL color Cylindrical-coordinate representation of color #7BCA86: hue angle of 128.35º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCA86 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 134 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.21 |
| HSL | 128.35º | 0.43% | 0.64% | - |
| HSV(B) | 128.35º | 0.39% | 0.79% | - |
| XYZ | 33.59 | 48.17 | 30.08 | - |
| YUV | 170.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 134 | 0.39 | 0 | 0.34 | 0.21 | 128.35 | 0.43 | 0.64 |
| Hex | 7B | CA | 86 | 27 | 0 | 22 | 15 | 80 | 2B | 40 |
| Octal | 173 | 312 | 206 | 47 | 0 | 42 | 25 | 200 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10000110 | 100111 | 0 | 100010 | 10101 | 10000000 | 101011 | 1000000 |
Color Harmonies of #7BCA86
Complementary color
Monochromatic Colors of #7BCA86
Black with #7BCA86
Text Example
Text Example
White with #7BCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA86; }
p { color: rgb(123,202,134); }
H1.HeaderClassName
{
color: #7BCA86;
}
.AnyTagClassName
{
color: #7BCA86;
}
</style>
background-color css
<style>
a { background-color: #7BCA86; }
a { background-color: rgb(123,202,134); }
div.DivClassName
{
background-color: #7BCA86;
}
.BgClassName
{
background-color: #7BCA86;
}
</style>
border-color css
<style>
span { border-color: #7BCA86; }
span { border-color: rgb(123,202,134); }
td.TdClassName
{
border-color: #7BCA86;
}
.TagClassName
{
border-color: #7BCA86;
}
</style>