Shades of De York #78B87B
Tints of De York #78B87B
RGB
CMYK
RGB Variations
Color information
#78B87B (or 0x78B87B) is known color: De York. HEX triplet: 78, B8 and 7B. RGB value is (120,184,123). Sum of RGB (Red+Green+Blue) = 120+184+123=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #78B87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B87B is #874784. Grayscale: #9E9E9E. Windows color (decimal): -8865669 or 8108152. OLE color: 8108152.
HSL color Cylindrical-coordinate representation of color #78B87B: hue angle of 122.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B87B is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 123 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.28 |
| HSL | 122.81º | 0.31% | 0.6% | - |
| HSV(B) | 122.81º | 0.35% | 0.72% | - |
| XYZ | 28.46 | 39.7 | 24.9 | - |
| YUV | 157.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 123 | 0.35 | 0 | 0.33 | 0.28 | 122.81 | 0.31 | 0.6 |
| Hex | 78 | B8 | 7B | 23 | 0 | 21 | 1C | 7B | 1F | 3C |
| Octal | 170 | 270 | 173 | 43 | 0 | 41 | 34 | 173 | 37 | 74 |
| Binary | 1111000 | 10111000 | 1111011 | 100011 | 0 | 100001 | 11100 | 1111011 | 11111 | 111100 |
Color Harmonies of #78B87B
Complementary color
Monochromatic Colors of #78B87B
Black with #78B87B
Text Example
Text Example
White with #78B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B87B; }
p { color: rgb(120,184,123); }
H1.HeaderClassName
{
color: #78B87B;
}
.AnyTagClassName
{
color: #78B87B;
}
</style>
background-color css
<style>
a { background-color: #78B87B; }
a { background-color: rgb(120,184,123); }
div.DivClassName
{
background-color: #78B87B;
}
.BgClassName
{
background-color: #78B87B;
}
</style>
border-color css
<style>
span { border-color: #78B87B; }
span { border-color: rgb(120,184,123); }
td.TdClassName
{
border-color: #78B87B;
}
.TagClassName
{
border-color: #78B87B;
}
</style>