Shades of De York #7BCC92
Tints of De York #7BCC92
RGB
CMYK
RGB Variations
Color information
#7BCC92 (or 0x7BCC92) is known color: De York. HEX triplet: 7B, CC and 92. RGB value is (123,204,146). Sum of RGB (Red+Green+Blue) = 123+204+146=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC92 is #84336D. Grayscale: #ADADAD. Windows color (decimal): -8663918 or 9620603. OLE color: 9620603.
HSL color Cylindrical-coordinate representation of color #7BCC92: hue angle of 137.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC92 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 146 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.2 |
| HSL | 137.04º | 0.44% | 0.64% | - |
| HSV(B) | 137.04º | 0.4% | 0.8% | - |
| XYZ | 34.95 | 49.47 | 34.9 | - |
| YUV | 173.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 146 | 0.40 | 0 | 0.28 | 0.2 | 137.04 | 0.44 | 0.64 |
| Hex | 7B | CC | 92 | 28 | 0 | 1C | 14 | 89 | 2C | 40 |
| Octal | 173 | 314 | 222 | 50 | 0 | 34 | 24 | 211 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10010010 | 101000 | 0 | 11100 | 10100 | 10001001 | 101100 | 1000000 |
Color Harmonies of #7BCC92
Complementary color
Monochromatic Colors of #7BCC92
Black with #7BCC92
Text Example
Text Example
White with #7BCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC92; }
p { color: rgb(123,204,146); }
H1.HeaderClassName
{
color: #7BCC92;
}
.AnyTagClassName
{
color: #7BCC92;
}
</style>
background-color css
<style>
a { background-color: #7BCC92; }
a { background-color: rgb(123,204,146); }
div.DivClassName
{
background-color: #7BCC92;
}
.BgClassName
{
background-color: #7BCC92;
}
</style>
border-color css
<style>
span { border-color: #7BCC92; }
span { border-color: rgb(123,204,146); }
td.TdClassName
{
border-color: #7BCC92;
}
.TagClassName
{
border-color: #7BCC92;
}
</style>