Shades of Apple #61A141
Tints of Apple #61A141
RGB
CMYK
RGB Variations
Color information
#61A141 (or 0x61A141) is known color: Apple. HEX triplet: 61, A1 and 41. RGB value is (97,161,65). Sum of RGB (Red+Green+Blue) = 97+161+65=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #61A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A141 is #9E5EBE. Grayscale: #838383. Windows color (decimal): -10378943 or 4301153. OLE color: 4301153.
HSL color Cylindrical-coordinate representation of color #61A141: hue angle of 100º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61A141 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 65 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.37 |
| HSL | 100º | 0.42% | 0.44% | - |
| HSV(B) | 100º | 0.6% | 0.63% | - |
| XYZ | 18.63 | 28.41 | 9.5 | - |
| YUV | 130.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 65 | 0.40 | 0 | 0.60 | 0.37 | 100 | 0.42 | 0.44 |
| Hex | 61 | A1 | 41 | 28 | 0 | 3C | 25 | 64 | 2A | 2C |
| Octal | 141 | 241 | 101 | 50 | 0 | 74 | 45 | 144 | 52 | 54 |
| Binary | 1100001 | 10100001 | 1000001 | 101000 | 0 | 111100 | 100101 | 1100100 | 101010 | 101100 |
Color Harmonies of #61A141
Complementary color
Monochromatic Colors of #61A141
Black with #61A141
Text Example
Text Example
White with #61A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A141; }
p { color: rgb(97,161,65); }
H1.HeaderClassName
{
color: #61A141;
}
.AnyTagClassName
{
color: #61A141;
}
</style>
background-color css
<style>
a { background-color: #61A141; }
a { background-color: rgb(97,161,65); }
div.DivClassName
{
background-color: #61A141;
}
.BgClassName
{
background-color: #61A141;
}
</style>
border-color css
<style>
span { border-color: #61A141; }
span { border-color: rgb(97,161,65); }
td.TdClassName
{
border-color: #61A141;
}
.TagClassName
{
border-color: #61A141;
}
</style>