Shades of De York #7BB379
Tints of De York #7BB379
RGB
CMYK
RGB Variations
Color information
#7BB379 (or 0x7BB379) is known color: De York. HEX triplet: 7B, B3 and 79. RGB value is (123,179,121). Sum of RGB (Red+Green+Blue) = 123+179+121=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB379 is #844C86. Grayscale: #9B9B9B. Windows color (decimal): -8670343 or 7975803. OLE color: 7975803.
HSL color Cylindrical-coordinate representation of color #7BB379: hue angle of 117.93º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB379 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 179 | 121 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.30 |
| HSL | 117.93º | 0.28% | 0.59% | - |
| HSV(B) | 117.93º | 0.32% | 0.7% | - |
| XYZ | 27.74 | 37.83 | 23.93 | - |
| YUV | 155.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 179 | 121 | 0.31 | 0 | 0.32 | 0.30 | 117.93 | 0.28 | 0.59 |
| Hex | 7B | B3 | 79 | 1F | 0 | 20 | 1E | 76 | 1C | 3B |
| Octal | 173 | 263 | 171 | 37 | 0 | 40 | 36 | 166 | 34 | 73 |
| Binary | 1111011 | 10110011 | 1111001 | 11111 | 0 | 100000 | 11110 | 1110110 | 11100 | 111011 |
Color Harmonies of #7BB379
Complementary color
Monochromatic Colors of #7BB379
Black with #7BB379
Text Example
Text Example
White with #7BB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB379; }
p { color: rgb(123,179,121); }
H1.HeaderClassName
{
color: #7BB379;
}
.AnyTagClassName
{
color: #7BB379;
}
</style>
background-color css
<style>
a { background-color: #7BB379; }
a { background-color: rgb(123,179,121); }
div.DivClassName
{
background-color: #7BB379;
}
.BgClassName
{
background-color: #7BB379;
}
</style>
border-color css
<style>
span { border-color: #7BB379; }
span { border-color: rgb(123,179,121); }
td.TdClassName
{
border-color: #7BB379;
}
.TagClassName
{
border-color: #7BB379;
}
</style>