Shades of Apple #61A750
Tints of Apple #61A750
RGB
CMYK
RGB Variations
Color information
#61A750 (or 0x61A750) is known color: Apple. HEX triplet: 61, A7 and 50. RGB value is (97,167,80). Sum of RGB (Red+Green+Blue) = 97+167+80=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #61A750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A750 is #9E58AF. Grayscale: #888888. Windows color (decimal): -10377392 or 5285729. OLE color: 5285729.
HSL color Cylindrical-coordinate representation of color #61A750: hue angle of 108.28º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61A750 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 80 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.35 |
| HSL | 108.28º | 0.35% | 0.48% | - |
| HSV(B) | 108.28º | 0.52% | 0.65% | - |
| XYZ | 20.2 | 30.76 | 12.46 | - |
| YUV | 136.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 80 | 0.42 | 0 | 0.52 | 0.35 | 108.28 | 0.35 | 0.48 |
| Hex | 61 | A7 | 50 | 2A | 0 | 34 | 23 | 6C | 23 | 30 |
| Octal | 141 | 247 | 120 | 52 | 0 | 64 | 43 | 154 | 43 | 60 |
| Binary | 1100001 | 10100111 | 1010000 | 101010 | 0 | 110100 | 100011 | 1101100 | 100011 | 110000 |
Color Harmonies of #61A750
Complementary color
Monochromatic Colors of #61A750
Black with #61A750
Text Example
Text Example
White with #61A750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A750; }
p { color: rgb(97,167,80); }
H1.HeaderClassName
{
color: #61A750;
}
.AnyTagClassName
{
color: #61A750;
}
</style>
background-color css
<style>
a { background-color: #61A750; }
a { background-color: rgb(97,167,80); }
div.DivClassName
{
background-color: #61A750;
}
.BgClassName
{
background-color: #61A750;
}
</style>
border-color css
<style>
span { border-color: #61A750; }
span { border-color: rgb(97,167,80); }
td.TdClassName
{
border-color: #61A750;
}
.TagClassName
{
border-color: #61A750;
}
</style>