Shades of De York #7AB875
Tints of De York #7AB875
RGB
CMYK
RGB Variations
Color information
#7AB875 (or 0x7AB875) is known color: De York. HEX triplet: 7A, B8 and 75. RGB value is (122,184,117). Sum of RGB (Red+Green+Blue) = 122+184+117=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB875 is #85478A. Grayscale: #9E9E9E. Windows color (decimal): -8734603 or 7714938. OLE color: 7714938.
HSL color Cylindrical-coordinate representation of color #7AB875: hue angle of 115.52º 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 #7AB875 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 117 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.28 |
| HSL | 115.52º | 0.32% | 0.59% | - |
| HSV(B) | 115.52º | 0.36% | 0.72% | - |
| XYZ | 28.38 | 39.7 | 23 | - |
| YUV | 157.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 117 | 0.34 | 0 | 0.36 | 0.28 | 115.52 | 0.32 | 0.59 |
| Hex | 7A | B8 | 75 | 22 | 0 | 24 | 1C | 74 | 20 | 3B |
| Octal | 172 | 270 | 165 | 42 | 0 | 44 | 34 | 164 | 40 | 73 |
| Binary | 1111010 | 10111000 | 1110101 | 100010 | 0 | 100100 | 11100 | 1110100 | 100000 | 111011 |
Color Harmonies of #7AB875
Complementary color
Monochromatic Colors of #7AB875
Black with #7AB875
Text Example
Text Example
White with #7AB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB875; }
p { color: rgb(122,184,117); }
H1.HeaderClassName
{
color: #7AB875;
}
.AnyTagClassName
{
color: #7AB875;
}
</style>
background-color css
<style>
a { background-color: #7AB875; }
a { background-color: rgb(122,184,117); }
div.DivClassName
{
background-color: #7AB875;
}
.BgClassName
{
background-color: #7AB875;
}
</style>
border-color css
<style>
span { border-color: #7AB875; }
span { border-color: rgb(122,184,117); }
td.TdClassName
{
border-color: #7AB875;
}
.TagClassName
{
border-color: #7AB875;
}
</style>