Shades of De York #7ACB8C
Tints of De York #7ACB8C
RGB
CMYK
RGB Variations
Color information
#7ACB8C (or 0x7ACB8C) is known color: De York. HEX triplet: 7A, CB and 8C. RGB value is (122,203,140). Sum of RGB (Red+Green+Blue) = 122+203+140=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB8C is #853473. Grayscale: #ABABAB. Windows color (decimal): -8729716 or 9227130. OLE color: 9227130.
HSL color Cylindrical-coordinate representation of color #7ACB8C: hue angle of 133.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACB8C is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 140 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.20 |
| HSL | 133.33º | 0.44% | 0.64% | - |
| HSV(B) | 133.33º | 0.4% | 0.8% | - |
| XYZ | 34.12 | 48.74 | 32.42 | - |
| YUV | 171.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 140 | 0.40 | 0 | 0.31 | 0.20 | 133.33 | 0.44 | 0.64 |
| Hex | 7A | CB | 8C | 28 | 0 | 1F | 14 | 85 | 2C | 40 |
| Octal | 172 | 313 | 214 | 50 | 0 | 37 | 24 | 205 | 54 | 100 |
| Binary | 1111010 | 11001011 | 10001100 | 101000 | 0 | 11111 | 10100 | 10000101 | 101100 | 1000000 |
Color Harmonies of #7ACB8C
Complementary color
Monochromatic Colors of #7ACB8C
Black with #7ACB8C
Text Example
Text Example
White with #7ACB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB8C; }
p { color: rgb(122,203,140); }
H1.HeaderClassName
{
color: #7ACB8C;
}
.AnyTagClassName
{
color: #7ACB8C;
}
</style>
background-color css
<style>
a { background-color: #7ACB8C; }
a { background-color: rgb(122,203,140); }
div.DivClassName
{
background-color: #7ACB8C;
}
.BgClassName
{
background-color: #7ACB8C;
}
</style>
border-color css
<style>
span { border-color: #7ACB8C; }
span { border-color: rgb(122,203,140); }
td.TdClassName
{
border-color: #7ACB8C;
}
.TagClassName
{
border-color: #7ACB8C;
}
</style>