Shades of De York #7CBB76
Tints of De York #7CBB76
RGB
CMYK
RGB Variations
Color information
#7CBB76 (or 0x7CBB76) is known color: De York. HEX triplet: 7C, BB and 76. RGB value is (124,187,118). Sum of RGB (Red+Green+Blue) = 124+187+118=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB76 is #834489. Grayscale: #A0A0A0. Windows color (decimal): -8602762 or 7781244. OLE color: 7781244.
HSL color Cylindrical-coordinate representation of color #7CBB76: hue angle of 114.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CBB76 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 118 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.27 |
| HSL | 114.78º | 0.34% | 0.6% | - |
| HSV(B) | 114.78º | 0.37% | 0.73% | - |
| XYZ | 29.35 | 41.13 | 23.53 | - |
| YUV | 160.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 118 | 0.34 | 0 | 0.37 | 0.27 | 114.78 | 0.34 | 0.6 |
| Hex | 7C | BB | 76 | 22 | 0 | 25 | 1B | 73 | 22 | 3C |
| Octal | 174 | 273 | 166 | 42 | 0 | 45 | 33 | 163 | 42 | 74 |
| Binary | 1111100 | 10111011 | 1110110 | 100010 | 0 | 100101 | 11011 | 1110011 | 100010 | 111100 |
Color Harmonies of #7CBB76
Complementary color
Monochromatic Colors of #7CBB76
Black with #7CBB76
Text Example
Text Example
White with #7CBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB76; }
p { color: rgb(124,187,118); }
H1.HeaderClassName
{
color: #7CBB76;
}
.AnyTagClassName
{
color: #7CBB76;
}
</style>
background-color css
<style>
a { background-color: #7CBB76; }
a { background-color: rgb(124,187,118); }
div.DivClassName
{
background-color: #7CBB76;
}
.BgClassName
{
background-color: #7CBB76;
}
</style>
border-color css
<style>
span { border-color: #7CBB76; }
span { border-color: rgb(124,187,118); }
td.TdClassName
{
border-color: #7CBB76;
}
.TagClassName
{
border-color: #7CBB76;
}
</style>