Shades of Apple #61A546
Tints of Apple #61A546
RGB
CMYK
RGB Variations
Color information
#61A546 (or 0x61A546) is known color: Apple. HEX triplet: 61, A5 and 46. RGB value is (97,165,70). Sum of RGB (Red+Green+Blue) = 97+165+70=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #61A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A546 is #9E5AB9. Grayscale: #868686. Windows color (decimal): -10377914 or 4629857. OLE color: 4629857.
HSL color Cylindrical-coordinate representation of color #61A546: hue angle of 102.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61A546 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 70 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.35 |
| HSL | 102.95º | 0.4% | 0.46% | - |
| HSV(B) | 102.95º | 0.58% | 0.65% | - |
| XYZ | 19.49 | 29.89 | 10.54 | - |
| YUV | 133.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 70 | 0.41 | 0 | 0.58 | 0.35 | 102.95 | 0.4 | 0.46 |
| Hex | 61 | A5 | 46 | 29 | 0 | 3A | 23 | 67 | 28 | 2E |
| Octal | 141 | 245 | 106 | 51 | 0 | 72 | 43 | 147 | 50 | 56 |
| Binary | 1100001 | 10100101 | 1000110 | 101001 | 0 | 111010 | 100011 | 1100111 | 101000 | 101110 |
Color Harmonies of #61A546
Complementary color
Monochromatic Colors of #61A546
Black with #61A546
Text Example
Text Example
White with #61A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A546; }
p { color: rgb(97,165,70); }
H1.HeaderClassName
{
color: #61A546;
}
.AnyTagClassName
{
color: #61A546;
}
</style>
background-color css
<style>
a { background-color: #61A546; }
a { background-color: rgb(97,165,70); }
div.DivClassName
{
background-color: #61A546;
}
.BgClassName
{
background-color: #61A546;
}
</style>
border-color css
<style>
span { border-color: #61A546; }
span { border-color: rgb(97,165,70); }
td.TdClassName
{
border-color: #61A546;
}
.TagClassName
{
border-color: #61A546;
}
</style>