Shades of De York #76C27B
Tints of De York #76C27B
RGB
CMYK
RGB Variations
Color information
#76C27B (or 0x76C27B) is known color: De York. HEX triplet: 76, C2 and 7B. RGB value is (118,194,123). Sum of RGB (Red+Green+Blue) = 118+194+123=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #76C27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C27B is #893D84. Grayscale: #A3A3A3. Windows color (decimal): -8994181 or 8110710. OLE color: 8110710.
HSL color Cylindrical-coordinate representation of color #76C27B: hue angle of 123.95º degrees, saturation: 0.38, 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 #76C27B is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 123 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.24 |
| HSL | 123.95º | 0.38% | 0.61% | - |
| HSV(B) | 123.95º | 0.39% | 0.76% | - |
| XYZ | 30.34 | 43.87 | 25.61 | - |
| YUV | 163.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 123 | 0.39 | 0 | 0.37 | 0.24 | 123.95 | 0.38 | 0.61 |
| Hex | 76 | C2 | 7B | 27 | 0 | 25 | 18 | 7C | 26 | 3D |
| Octal | 166 | 302 | 173 | 47 | 0 | 45 | 30 | 174 | 46 | 75 |
| Binary | 1110110 | 11000010 | 1111011 | 100111 | 0 | 100101 | 11000 | 1111100 | 100110 | 111101 |
Color Harmonies of #76C27B
Complementary color
Monochromatic Colors of #76C27B
Black with #76C27B
Text Example
Text Example
White with #76C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C27B; }
p { color: rgb(118,194,123); }
H1.HeaderClassName
{
color: #76C27B;
}
.AnyTagClassName
{
color: #76C27B;
}
</style>
background-color css
<style>
a { background-color: #76C27B; }
a { background-color: rgb(118,194,123); }
div.DivClassName
{
background-color: #76C27B;
}
.BgClassName
{
background-color: #76C27B;
}
</style>
border-color css
<style>
span { border-color: #76C27B; }
span { border-color: rgb(118,194,123); }
td.TdClassName
{
border-color: #76C27B;
}
.TagClassName
{
border-color: #76C27B;
}
</style>