Shades of De York #7BC688
Tints of De York #7BC688
RGB
CMYK
RGB Variations
Color information
#7BC688 (or 0x7BC688) is known color: De York. HEX triplet: 7B, C6 and 88. RGB value is (123,198,136). Sum of RGB (Red+Green+Blue) = 123+198+136=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC688 is #843977. Grayscale: #A8A8A8. Windows color (decimal): -8665464 or 8963707. OLE color: 8963707.
HSL color Cylindrical-coordinate representation of color #7BC688: hue angle of 130.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC688 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 136 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.22 |
| HSL | 130.4º | 0.4% | 0.63% | - |
| HSV(B) | 130.4º | 0.38% | 0.78% | - |
| XYZ | 32.81 | 46.38 | 30.52 | - |
| YUV | 168.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 136 | 0.38 | 0 | 0.31 | 0.22 | 130.4 | 0.4 | 0.63 |
| Hex | 7B | C6 | 88 | 26 | 0 | 1F | 16 | 82 | 28 | 3F |
| Octal | 173 | 306 | 210 | 46 | 0 | 37 | 26 | 202 | 50 | 77 |
| Binary | 1111011 | 11000110 | 10001000 | 100110 | 0 | 11111 | 10110 | 10000010 | 101000 | 111111 |
Color Harmonies of #7BC688
Complementary color
Monochromatic Colors of #7BC688
Black with #7BC688
Text Example
Text Example
White with #7BC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC688; }
p { color: rgb(123,198,136); }
H1.HeaderClassName
{
color: #7BC688;
}
.AnyTagClassName
{
color: #7BC688;
}
</style>
background-color css
<style>
a { background-color: #7BC688; }
a { background-color: rgb(123,198,136); }
div.DivClassName
{
background-color: #7BC688;
}
.BgClassName
{
background-color: #7BC688;
}
</style>
border-color css
<style>
span { border-color: #7BC688; }
span { border-color: rgb(123,198,136); }
td.TdClassName
{
border-color: #7BC688;
}
.TagClassName
{
border-color: #7BC688;
}
</style>