Shades of De York #7CBA78
Tints of De York #7CBA78
RGB
CMYK
RGB Variations
Color information
#7CBA78 (or 0x7CBA78) is known color: De York. HEX triplet: 7C, BA and 78. RGB value is (124,186,120). Sum of RGB (Red+Green+Blue) = 124+186+120=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA78 is #834587. Grayscale: #A0A0A0. Windows color (decimal): -8603016 or 7912060. OLE color: 7912060.
HSL color Cylindrical-coordinate representation of color #7CBA78: hue angle of 116.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBA78 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 120 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.27 |
| HSL | 116.36º | 0.32% | 0.6% | - |
| HSV(B) | 116.36º | 0.35% | 0.73% | - |
| XYZ | 29.26 | 40.76 | 24.09 | - |
| YUV | 159.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 120 | 0.33 | 0 | 0.35 | 0.27 | 116.36 | 0.32 | 0.6 |
| Hex | 7C | BA | 78 | 21 | 0 | 23 | 1B | 74 | 20 | 3C |
| Octal | 174 | 272 | 170 | 41 | 0 | 43 | 33 | 164 | 40 | 74 |
| Binary | 1111100 | 10111010 | 1111000 | 100001 | 0 | 100011 | 11011 | 1110100 | 100000 | 111100 |
Color Harmonies of #7CBA78
Complementary color
Monochromatic Colors of #7CBA78
Black with #7CBA78
Text Example
Text Example
White with #7CBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA78; }
p { color: rgb(124,186,120); }
H1.HeaderClassName
{
color: #7CBA78;
}
.AnyTagClassName
{
color: #7CBA78;
}
</style>
background-color css
<style>
a { background-color: #7CBA78; }
a { background-color: rgb(124,186,120); }
div.DivClassName
{
background-color: #7CBA78;
}
.BgClassName
{
background-color: #7CBA78;
}
</style>
border-color css
<style>
span { border-color: #7CBA78; }
span { border-color: rgb(124,186,120); }
td.TdClassName
{
border-color: #7CBA78;
}
.TagClassName
{
border-color: #7CBA78;
}
</style>