Shades of Apple #61A353
Tints of Apple #61A353
RGB
CMYK
RGB Variations
Color information
#61A353 (or 0x61A353) is known color: Apple. HEX triplet: 61, A3 and 53. RGB value is (97,163,83). Sum of RGB (Red+Green+Blue) = 97+163+83=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #61A353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A353 is #9E5CAC. Grayscale: #868686. Windows color (decimal): -10378413 or 5481313. OLE color: 5481313.
HSL color Cylindrical-coordinate representation of color #61A353: hue angle of 109.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61A353 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 83 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.36 |
| HSL | 109.5º | 0.33% | 0.48% | - |
| HSV(B) | 109.5º | 0.49% | 0.64% | - |
| XYZ | 19.59 | 29.36 | 12.82 | - |
| YUV | 134.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 83 | 0.40 | 0 | 0.49 | 0.36 | 109.5 | 0.33 | 0.48 |
| Hex | 61 | A3 | 53 | 28 | 0 | 31 | 24 | 6E | 21 | 30 |
| Octal | 141 | 243 | 123 | 50 | 0 | 61 | 44 | 156 | 41 | 60 |
| Binary | 1100001 | 10100011 | 1010011 | 101000 | 0 | 110001 | 100100 | 1101110 | 100001 | 110000 |
Color Harmonies of #61A353
Complementary color
Monochromatic Colors of #61A353
Black with #61A353
Text Example
Text Example
White with #61A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A353; }
p { color: rgb(97,163,83); }
H1.HeaderClassName
{
color: #61A353;
}
.AnyTagClassName
{
color: #61A353;
}
</style>
background-color css
<style>
a { background-color: #61A353; }
a { background-color: rgb(97,163,83); }
div.DivClassName
{
background-color: #61A353;
}
.BgClassName
{
background-color: #61A353;
}
</style>
border-color css
<style>
span { border-color: #61A353; }
span { border-color: rgb(97,163,83); }
td.TdClassName
{
border-color: #61A353;
}
.TagClassName
{
border-color: #61A353;
}
</style>