Shades of De York #7BC174
Tints of De York #7BC174
RGB
CMYK
RGB Variations
Color information
#7BC174 (or 0x7BC174) is known color: De York. HEX triplet: 7B, C1 and 74. RGB value is (123,193,116). Sum of RGB (Red+Green+Blue) = 123+193+116=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC174 is #843E8B. Grayscale: #A3A3A3. Windows color (decimal): -8666764 or 7651707. OLE color: 7651707.
HSL color Cylindrical-coordinate representation of color #7BC174: hue angle of 114.55º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BC174 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 116 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.24 |
| HSL | 114.55º | 0.38% | 0.61% | - |
| HSV(B) | 114.55º | 0.4% | 0.76% | - |
| XYZ | 30.39 | 43.61 | 23.34 | - |
| YUV | 163.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 116 | 0.36 | 0 | 0.40 | 0.24 | 114.55 | 0.38 | 0.61 |
| Hex | 7B | C1 | 74 | 24 | 0 | 28 | 18 | 73 | 26 | 3D |
| Octal | 173 | 301 | 164 | 44 | 0 | 50 | 30 | 163 | 46 | 75 |
| Binary | 1111011 | 11000001 | 1110100 | 100100 | 0 | 101000 | 11000 | 1110011 | 100110 | 111101 |
Color Harmonies of #7BC174
Complementary color
Monochromatic Colors of #7BC174
Black with #7BC174
Text Example
Text Example
White with #7BC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC174; }
p { color: rgb(123,193,116); }
H1.HeaderClassName
{
color: #7BC174;
}
.AnyTagClassName
{
color: #7BC174;
}
</style>
background-color css
<style>
a { background-color: #7BC174; }
a { background-color: rgb(123,193,116); }
div.DivClassName
{
background-color: #7BC174;
}
.BgClassName
{
background-color: #7BC174;
}
</style>
border-color css
<style>
span { border-color: #7BC174; }
span { border-color: rgb(123,193,116); }
td.TdClassName
{
border-color: #7BC174;
}
.TagClassName
{
border-color: #7BC174;
}
</style>