Shades of Apple #61A839
Tints of Apple #61A839
RGB
CMYK
RGB Variations
Color information
#61A839 (or 0x61A839) is known color: Apple. HEX triplet: 61, A8 and 39. RGB value is (97,168,57). Sum of RGB (Red+Green+Blue) = 97+168+57=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #61A839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A839 is #9E57C6. Grayscale: #868686. Windows color (decimal): -10377159 or 3778657. OLE color: 3778657.
HSL color Cylindrical-coordinate representation of color #61A839: hue angle of 98.38º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61A839 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 57 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.34 |
| HSL | 98.38º | 0.49% | 0.44% | - |
| HSV(B) | 98.38º | 0.66% | 0.66% | - |
| XYZ | 19.67 | 30.84 | 8.79 | - |
| YUV | 134.12 | 84.48 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 57 | 0.42 | 0 | 0.66 | 0.34 | 98.38 | 0.49 | 0.44 |
| Hex | 61 | A8 | 39 | 2A | 0 | 42 | 22 | 62 | 31 | 2C |
| Octal | 141 | 250 | 71 | 52 | 0 | 102 | 42 | 142 | 61 | 54 |
| Binary | 1100001 | 10101000 | 111001 | 101010 | 0 | 1000010 | 100010 | 1100010 | 110001 | 101100 |
Color Harmonies of #61A839
Complementary color
Monochromatic Colors of #61A839
Black with #61A839
Text Example
Text Example
White with #61A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A839; }
p { color: rgb(97,168,57); }
H1.HeaderClassName
{
color: #61A839;
}
.AnyTagClassName
{
color: #61A839;
}
</style>
background-color css
<style>
a { background-color: #61A839; }
a { background-color: rgb(97,168,57); }
div.DivClassName
{
background-color: #61A839;
}
.BgClassName
{
background-color: #61A839;
}
</style>
border-color css
<style>
span { border-color: #61A839; }
span { border-color: rgb(97,168,57); }
td.TdClassName
{
border-color: #61A839;
}
.TagClassName
{
border-color: #61A839;
}
</style>