Shades of Apple #619E48
Tints of Apple #619E48
RGB
CMYK
RGB Variations
Color information
#619E48 (or 0x619E48) is known color: Apple. HEX triplet: 61, 9E and 48. RGB value is (97,158,72). Sum of RGB (Red+Green+Blue) = 97+158+72=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #619E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619E48 is #9E61B7. Grayscale: #828282. Windows color (decimal): -10379704 or 4759137. OLE color: 4759137.
HSL color Cylindrical-coordinate representation of color #619E48: hue angle of 102.56º 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 #619E48 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 72 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.38 |
| HSL | 102.56º | 0.37% | 0.45% | - |
| HSV(B) | 102.56º | 0.54% | 0.62% | - |
| XYZ | 18.33 | 27.46 | 10.47 | - |
| YUV | 129.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 72 | 0.39 | 0 | 0.54 | 0.38 | 102.56 | 0.37 | 0.45 |
| Hex | 61 | 9E | 48 | 27 | 0 | 36 | 26 | 67 | 25 | 2D |
| Octal | 141 | 236 | 110 | 47 | 0 | 66 | 46 | 147 | 45 | 55 |
| Binary | 1100001 | 10011110 | 1001000 | 100111 | 0 | 110110 | 100110 | 1100111 | 100101 | 101101 |
Color Harmonies of #619E48
Complementary color
Monochromatic Colors of #619E48
Black with #619E48
Text Example
Text Example
White with #619E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E48; }
p { color: rgb(97,158,72); }
H1.HeaderClassName
{
color: #619E48;
}
.AnyTagClassName
{
color: #619E48;
}
</style>
background-color css
<style>
a { background-color: #619E48; }
a { background-color: rgb(97,158,72); }
div.DivClassName
{
background-color: #619E48;
}
.BgClassName
{
background-color: #619E48;
}
</style>
border-color css
<style>
span { border-color: #619E48; }
span { border-color: rgb(97,158,72); }
td.TdClassName
{
border-color: #619E48;
}
.TagClassName
{
border-color: #619E48;
}
</style>