Shades of De York #7BB97C
Tints of De York #7BB97C
RGB
CMYK
RGB Variations
Color information
#7BB97C (or 0x7BB97C) is known color: De York. HEX triplet: 7B, B9 and 7C. RGB value is (123,185,124). Sum of RGB (Red+Green+Blue) = 123+185+124=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB97C is #844683. Grayscale: #9F9F9F. Windows color (decimal): -8668804 or 8173947. OLE color: 8173947.
HSL color Cylindrical-coordinate representation of color #7BB97C: hue angle of 120.97º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB97C is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 185 | 124 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.27 |
| HSL | 120.97º | 0.31% | 0.6% | - |
| HSV(B) | 120.97º | 0.34% | 0.73% | - |
| XYZ | 29.16 | 40.36 | 25.32 | - |
| YUV | 159.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 124 | 0.34 | 0 | 0.33 | 0.27 | 120.97 | 0.31 | 0.6 |
| Hex | 7B | B9 | 7C | 22 | 0 | 21 | 1B | 79 | 1F | 3C |
| Octal | 173 | 271 | 174 | 42 | 0 | 41 | 33 | 171 | 37 | 74 |
| Binary | 1111011 | 10111001 | 1111100 | 100010 | 0 | 100001 | 11011 | 1111001 | 11111 | 111100 |
Color Harmonies of #7BB97C
Complementary color
Monochromatic Colors of #7BB97C
Black with #7BB97C
Text Example
Text Example
White with #7BB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB97C; }
p { color: rgb(123,185,124); }
H1.HeaderClassName
{
color: #7BB97C;
}
.AnyTagClassName
{
color: #7BB97C;
}
</style>
background-color css
<style>
a { background-color: #7BB97C; }
a { background-color: rgb(123,185,124); }
div.DivClassName
{
background-color: #7BB97C;
}
.BgClassName
{
background-color: #7BB97C;
}
</style>
border-color css
<style>
span { border-color: #7BB97C; }
span { border-color: rgb(123,185,124); }
td.TdClassName
{
border-color: #7BB97C;
}
.TagClassName
{
border-color: #7BB97C;
}
</style>