Shades of De York #7BCB8C
Tints of De York #7BCB8C
RGB
CMYK
RGB Variations
Color information
#7BCB8C (or 0x7BCB8C) is known color: De York. HEX triplet: 7B, CB and 8C. RGB value is (123,203,140). Sum of RGB (Red+Green+Blue) = 123+203+140=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCB8C is #843473. Grayscale: #ACACAC. Windows color (decimal): -8664180 or 9227131. OLE color: 9227131.
HSL color Cylindrical-coordinate representation of color #7BCB8C: hue angle of 132.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCB8C is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 140 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.20 |
| HSL | 132.75º | 0.43% | 0.64% | - |
| HSV(B) | 132.75º | 0.39% | 0.8% | - |
| XYZ | 34.26 | 48.82 | 32.43 | - |
| YUV | 171.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 140 | 0.39 | 0 | 0.31 | 0.20 | 132.75 | 0.43 | 0.64 |
| Hex | 7B | CB | 8C | 27 | 0 | 1F | 14 | 85 | 2B | 40 |
| Octal | 173 | 313 | 214 | 47 | 0 | 37 | 24 | 205 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10001100 | 100111 | 0 | 11111 | 10100 | 10000101 | 101011 | 1000000 |
Color Harmonies of #7BCB8C
Complementary color
Monochromatic Colors of #7BCB8C
Black with #7BCB8C
Text Example
Text Example
White with #7BCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB8C; }
p { color: rgb(123,203,140); }
H1.HeaderClassName
{
color: #7BCB8C;
}
.AnyTagClassName
{
color: #7BCB8C;
}
</style>
background-color css
<style>
a { background-color: #7BCB8C; }
a { background-color: rgb(123,203,140); }
div.DivClassName
{
background-color: #7BCB8C;
}
.BgClassName
{
background-color: #7BCB8C;
}
</style>
border-color css
<style>
span { border-color: #7BCB8C; }
span { border-color: rgb(123,203,140); }
td.TdClassName
{
border-color: #7BCB8C;
}
.TagClassName
{
border-color: #7BCB8C;
}
</style>