Shades of Apple #61A044
Tints of Apple #61A044
RGB
CMYK
RGB Variations
Color information
#61A044 (or 0x61A044) is known color: Apple. HEX triplet: 61, A0 and 44. RGB value is (97,160,68). Sum of RGB (Red+Green+Blue) = 97+160+68=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #61A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A044 is #9E5FBB. Grayscale: #828282. Windows color (decimal): -10379196 or 4497505. OLE color: 4497505.
HSL color Cylindrical-coordinate representation of color #61A044: hue angle of 101.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61A044 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 160 | 68 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.37 |
| HSL | 101.09º | 0.4% | 0.45% | - |
| HSV(B) | 101.09º | 0.58% | 0.63% | - |
| XYZ | 18.54 | 28.1 | 9.92 | - |
| YUV | 130.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 68 | 0.39 | 0 | 0.57 | 0.37 | 101.09 | 0.4 | 0.45 |
| Hex | 61 | A0 | 44 | 27 | 0 | 39 | 25 | 65 | 28 | 2D |
| Octal | 141 | 240 | 104 | 47 | 0 | 71 | 45 | 145 | 50 | 55 |
| Binary | 1100001 | 10100000 | 1000100 | 100111 | 0 | 111001 | 100101 | 1100101 | 101000 | 101101 |
Color Harmonies of #61A044
Complementary color
Monochromatic Colors of #61A044
Black with #61A044
Text Example
Text Example
White with #61A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A044; }
p { color: rgb(97,160,68); }
H1.HeaderClassName
{
color: #61A044;
}
.AnyTagClassName
{
color: #61A044;
}
</style>
background-color css
<style>
a { background-color: #61A044; }
a { background-color: rgb(97,160,68); }
div.DivClassName
{
background-color: #61A044;
}
.BgClassName
{
background-color: #61A044;
}
</style>
border-color css
<style>
span { border-color: #61A044; }
span { border-color: rgb(97,160,68); }
td.TdClassName
{
border-color: #61A044;
}
.TagClassName
{
border-color: #61A044;
}
</style>