Shades of Apple #619F44
Tints of Apple #619F44
RGB
CMYK
RGB Variations
Color information
#619F44 (or 0x619F44) is known color: Apple. HEX triplet: 61, 9F and 44. RGB value is (97,159,68). Sum of RGB (Red+Green+Blue) = 97+159+68=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #619F44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F44 is #9E60BB. Grayscale: #828282. Windows color (decimal): -10379452 or 4497249. OLE color: 4497249.
HSL color Cylindrical-coordinate representation of color #619F44: hue angle of 100.88º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #619F44 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 68 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.38 |
| HSL | 100.88º | 0.4% | 0.45% | - |
| HSV(B) | 100.88º | 0.57% | 0.62% | - |
| XYZ | 18.37 | 27.76 | 9.86 | - |
| YUV | 130.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 68 | 0.39 | 0 | 0.57 | 0.38 | 100.88 | 0.4 | 0.45 |
| Hex | 61 | 9F | 44 | 27 | 0 | 39 | 26 | 65 | 28 | 2D |
| Octal | 141 | 237 | 104 | 47 | 0 | 71 | 46 | 145 | 50 | 55 |
| Binary | 1100001 | 10011111 | 1000100 | 100111 | 0 | 111001 | 100110 | 1100101 | 101000 | 101101 |
Color Harmonies of #619F44
Complementary color
Monochromatic Colors of #619F44
Black with #619F44
Text Example
Text Example
White with #619F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F44; }
p { color: rgb(97,159,68); }
H1.HeaderClassName
{
color: #619F44;
}
.AnyTagClassName
{
color: #619F44;
}
</style>
background-color css
<style>
a { background-color: #619F44; }
a { background-color: rgb(97,159,68); }
div.DivClassName
{
background-color: #619F44;
}
.BgClassName
{
background-color: #619F44;
}
</style>
border-color css
<style>
span { border-color: #619F44; }
span { border-color: rgb(97,159,68); }
td.TdClassName
{
border-color: #619F44;
}
.TagClassName
{
border-color: #619F44;
}
</style>