Shades of De York #7BB875
Tints of De York #7BB875
RGB
CMYK
RGB Variations
Color information
#7BB875 (or 0x7BB875) is known color: De York. HEX triplet: 7B, B8 and 75. RGB value is (123,184,117). Sum of RGB (Red+Green+Blue) = 123+184+117=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #7BB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB875 is #84478A. Grayscale: #9E9E9E. Windows color (decimal): -8669067 or 7714939. OLE color: 7714939.
HSL color Cylindrical-coordinate representation of color #7BB875: hue angle of 114.63º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BB875 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 184 | 117 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.28 |
| HSL | 114.63º | 0.32% | 0.59% | - |
| HSV(B) | 114.63º | 0.36% | 0.72% | - |
| XYZ | 28.52 | 39.78 | 23 | - |
| YUV | 158.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 184 | 117 | 0.33 | 0 | 0.36 | 0.28 | 114.63 | 0.32 | 0.59 |
| Hex | 7B | B8 | 75 | 21 | 0 | 24 | 1C | 73 | 20 | 3B |
| Octal | 173 | 270 | 165 | 41 | 0 | 44 | 34 | 163 | 40 | 73 |
| Binary | 1111011 | 10111000 | 1110101 | 100001 | 0 | 100100 | 11100 | 1110011 | 100000 | 111011 |
Color Harmonies of #7BB875
Complementary color
Monochromatic Colors of #7BB875
Black with #7BB875
Text Example
Text Example
White with #7BB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB875; }
p { color: rgb(123,184,117); }
H1.HeaderClassName
{
color: #7BB875;
}
.AnyTagClassName
{
color: #7BB875;
}
</style>
background-color css
<style>
a { background-color: #7BB875; }
a { background-color: rgb(123,184,117); }
div.DivClassName
{
background-color: #7BB875;
}
.BgClassName
{
background-color: #7BB875;
}
</style>
border-color css
<style>
span { border-color: #7BB875; }
span { border-color: rgb(123,184,117); }
td.TdClassName
{
border-color: #7BB875;
}
.TagClassName
{
border-color: #7BB875;
}
</style>