Shades of De York #7BC376
Tints of De York #7BC376
RGB
CMYK
RGB Variations
Color information
#7BC376 (or 0x7BC376) is known color: De York. HEX triplet: 7B, C3 and 76. RGB value is (123,195,118). Sum of RGB (Red+Green+Blue) = 123+195+118=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC376 is #843C89. Grayscale: #A4A4A4. Windows color (decimal): -8666250 or 7783291. OLE color: 7783291.
HSL color Cylindrical-coordinate representation of color #7BC376: hue angle of 116.1º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BC376 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 118 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.24 |
| HSL | 116.1º | 0.39% | 0.61% | - |
| HSV(B) | 116.1º | 0.39% | 0.76% | - |
| XYZ | 30.95 | 44.55 | 24.11 | - |
| YUV | 164.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 118 | 0.37 | 0 | 0.39 | 0.24 | 116.1 | 0.39 | 0.61 |
| Hex | 7B | C3 | 76 | 25 | 0 | 27 | 18 | 74 | 27 | 3D |
| Octal | 173 | 303 | 166 | 45 | 0 | 47 | 30 | 164 | 47 | 75 |
| Binary | 1111011 | 11000011 | 1110110 | 100101 | 0 | 100111 | 11000 | 1110100 | 100111 | 111101 |
Color Harmonies of #7BC376
Complementary color
Monochromatic Colors of #7BC376
Black with #7BC376
Text Example
Text Example
White with #7BC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC376; }
p { color: rgb(123,195,118); }
H1.HeaderClassName
{
color: #7BC376;
}
.AnyTagClassName
{
color: #7BC376;
}
</style>
background-color css
<style>
a { background-color: #7BC376; }
a { background-color: rgb(123,195,118); }
div.DivClassName
{
background-color: #7BC376;
}
.BgClassName
{
background-color: #7BC376;
}
</style>
border-color css
<style>
span { border-color: #7BC376; }
span { border-color: rgb(123,195,118); }
td.TdClassName
{
border-color: #7BC376;
}
.TagClassName
{
border-color: #7BC376;
}
</style>