Shades of Apple #619D49
Tints of Apple #619D49
RGB
CMYK
RGB Variations
Color information
#619D49 (or 0x619D49) is known color: Apple. HEX triplet: 61, 9D and 49. RGB value is (97,157,73). Sum of RGB (Red+Green+Blue) = 97+157+73=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #619D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619D49 is #9E62B6. Grayscale: #818181. Windows color (decimal): -10379959 or 4824417. OLE color: 4824417.
HSL color Cylindrical-coordinate representation of color #619D49: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619D49 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 73 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.38 |
| HSL | 102.86º | 0.37% | 0.45% | - |
| HSV(B) | 102.86º | 0.54% | 0.62% | - |
| XYZ | 18.19 | 27.14 | 10.58 | - |
| YUV | 129.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 73 | 0.38 | 0 | 0.54 | 0.38 | 102.86 | 0.37 | 0.45 |
| Hex | 61 | 9D | 49 | 26 | 0 | 36 | 26 | 67 | 25 | 2D |
| Octal | 141 | 235 | 111 | 46 | 0 | 66 | 46 | 147 | 45 | 55 |
| Binary | 1100001 | 10011101 | 1001001 | 100110 | 0 | 110110 | 100110 | 1100111 | 100101 | 101101 |
Color Harmonies of #619D49
Complementary color
Monochromatic Colors of #619D49
Black with #619D49
Text Example
Text Example
White with #619D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D49; }
p { color: rgb(97,157,73); }
H1.HeaderClassName
{
color: #619D49;
}
.AnyTagClassName
{
color: #619D49;
}
</style>
background-color css
<style>
a { background-color: #619D49; }
a { background-color: rgb(97,157,73); }
div.DivClassName
{
background-color: #619D49;
}
.BgClassName
{
background-color: #619D49;
}
</style>
border-color css
<style>
span { border-color: #619D49; }
span { border-color: rgb(97,157,73); }
td.TdClassName
{
border-color: #619D49;
}
.TagClassName
{
border-color: #619D49;
}
</style>