Shades of Apple #61A94D
Tints of Apple #61A94D
RGB
CMYK
RGB Variations
Color information
#61A94D (or 0x61A94D) is known color: Apple. HEX triplet: 61, A9 and 4D. RGB value is (97,169,77). Sum of RGB (Red+Green+Blue) = 97+169+77=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #61A94D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A94D is #9E56B2. Grayscale: #898989. Windows color (decimal): -10376883 or 5089633. OLE color: 5089633.
HSL color Cylindrical-coordinate representation of color #61A94D: hue angle of 106.96º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61A94D is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 77 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.34 |
| HSL | 106.96º | 0.37% | 0.48% | - |
| HSV(B) | 106.96º | 0.54% | 0.66% | - |
| XYZ | 20.46 | 31.45 | 12.01 | - |
| YUV | 136.98 | 94.15 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 77 | 0.43 | 0 | 0.54 | 0.34 | 106.96 | 0.37 | 0.48 |
| Hex | 61 | A9 | 4D | 2B | 0 | 36 | 22 | 6B | 25 | 30 |
| Octal | 141 | 251 | 115 | 53 | 0 | 66 | 42 | 153 | 45 | 60 |
| Binary | 1100001 | 10101001 | 1001101 | 101011 | 0 | 110110 | 100010 | 1101011 | 100101 | 110000 |
Color Harmonies of #61A94D
Complementary color
Monochromatic Colors of #61A94D
Black with #61A94D
Text Example
Text Example
White with #61A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A94D; }
p { color: rgb(97,169,77); }
H1.HeaderClassName
{
color: #61A94D;
}
.AnyTagClassName
{
color: #61A94D;
}
</style>
background-color css
<style>
a { background-color: #61A94D; }
a { background-color: rgb(97,169,77); }
div.DivClassName
{
background-color: #61A94D;
}
.BgClassName
{
background-color: #61A94D;
}
</style>
border-color css
<style>
span { border-color: #61A94D; }
span { border-color: rgb(97,169,77); }
td.TdClassName
{
border-color: #61A94D;
}
.TagClassName
{
border-color: #61A94D;
}
</style>