Shades of De York #7CBA75
Tints of De York #7CBA75
RGB
CMYK
RGB Variations
Color information
#7CBA75 (or 0x7CBA75) is known color: De York. HEX triplet: 7C, BA and 75. RGB value is (124,186,117). Sum of RGB (Red+Green+Blue) = 124+186+117=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA75 is #83458A. Grayscale: #9F9F9F. Windows color (decimal): -8603019 or 7715452. OLE color: 7715452.
HSL color Cylindrical-coordinate representation of color #7CBA75: hue angle of 113.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CBA75 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 117 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.27 |
| HSL | 113.91º | 0.33% | 0.59% | - |
| HSV(B) | 113.91º | 0.37% | 0.73% | - |
| XYZ | 29.08 | 40.69 | 23.15 | - |
| YUV | 159.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 117 | 0.33 | 0 | 0.37 | 0.27 | 113.91 | 0.33 | 0.59 |
| Hex | 7C | BA | 75 | 21 | 0 | 25 | 1B | 72 | 21 | 3B |
| Octal | 174 | 272 | 165 | 41 | 0 | 45 | 33 | 162 | 41 | 73 |
| Binary | 1111100 | 10111010 | 1110101 | 100001 | 0 | 100101 | 11011 | 1110010 | 100001 | 111011 |
Color Harmonies of #7CBA75
Complementary color
Monochromatic Colors of #7CBA75
Black with #7CBA75
Text Example
Text Example
White with #7CBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA75; }
p { color: rgb(124,186,117); }
H1.HeaderClassName
{
color: #7CBA75;
}
.AnyTagClassName
{
color: #7CBA75;
}
</style>
background-color css
<style>
a { background-color: #7CBA75; }
a { background-color: rgb(124,186,117); }
div.DivClassName
{
background-color: #7CBA75;
}
.BgClassName
{
background-color: #7CBA75;
}
</style>
border-color css
<style>
span { border-color: #7CBA75; }
span { border-color: rgb(124,186,117); }
td.TdClassName
{
border-color: #7CBA75;
}
.TagClassName
{
border-color: #7CBA75;
}
</style>