Shades of Apple #61A439
Tints of Apple #61A439
RGB
CMYK
RGB Variations
Color information
#61A439 (or 0x61A439) is known color: Apple. HEX triplet: 61, A4 and 39. RGB value is (97,164,57). Sum of RGB (Red+Green+Blue) = 97+164+57=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #61A439 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A439 is #9E5BC6. Grayscale: #848484. Windows color (decimal): -10378183 or 3777633. OLE color: 3777633.
HSL color Cylindrical-coordinate representation of color #61A439: hue angle of 97.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61A439 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 57 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.36 |
| HSL | 97.57º | 0.48% | 0.43% | - |
| HSV(B) | 97.57º | 0.65% | 0.64% | - |
| XYZ | 18.94 | 29.39 | 8.54 | - |
| YUV | 131.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 57 | 0.41 | 0 | 0.65 | 0.36 | 97.57 | 0.48 | 0.43 |
| Hex | 61 | A4 | 39 | 29 | 0 | 41 | 24 | 62 | 30 | 2B |
| Octal | 141 | 244 | 71 | 51 | 0 | 101 | 44 | 142 | 60 | 53 |
| Binary | 1100001 | 10100100 | 111001 | 101001 | 0 | 1000001 | 100100 | 1100010 | 110000 | 101011 |
Color Harmonies of #61A439
Complementary color
Monochromatic Colors of #61A439
Black with #61A439
Text Example
Text Example
White with #61A439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A439; }
p { color: rgb(97,164,57); }
H1.HeaderClassName
{
color: #61A439;
}
.AnyTagClassName
{
color: #61A439;
}
</style>
background-color css
<style>
a { background-color: #61A439; }
a { background-color: rgb(97,164,57); }
div.DivClassName
{
background-color: #61A439;
}
.BgClassName
{
background-color: #61A439;
}
</style>
border-color css
<style>
span { border-color: #61A439; }
span { border-color: rgb(97,164,57); }
td.TdClassName
{
border-color: #61A439;
}
.TagClassName
{
border-color: #61A439;
}
</style>