Shades of Apple #619B44
Tints of Apple #619B44
RGB
CMYK
RGB Variations
Color information
#619B44 (or 0x619B44) is known color: Apple. HEX triplet: 61, 9B and 44. RGB value is (97,155,68). Sum of RGB (Red+Green+Blue) = 97+155+68=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #619B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B44 is #9E64BB. Grayscale: #808080. Windows color (decimal): -10380476 or 4496225. OLE color: 4496225.
HSL color Cylindrical-coordinate representation of color #619B44: hue angle of 100º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619B44 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 68 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.39 |
| HSL | 100º | 0.39% | 0.44% | - |
| HSV(B) | 100º | 0.56% | 0.61% | - |
| XYZ | 17.69 | 26.4 | 9.63 | - |
| YUV | 127.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 68 | 0.37 | 0 | 0.56 | 0.39 | 100 | 0.39 | 0.44 |
| Hex | 61 | 9B | 44 | 25 | 0 | 38 | 27 | 64 | 27 | 2C |
| Octal | 141 | 233 | 104 | 45 | 0 | 70 | 47 | 144 | 47 | 54 |
| Binary | 1100001 | 10011011 | 1000100 | 100101 | 0 | 111000 | 100111 | 1100100 | 100111 | 101100 |
Color Harmonies of #619B44
Complementary color
Monochromatic Colors of #619B44
Black with #619B44
Text Example
Text Example
White with #619B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B44; }
p { color: rgb(97,155,68); }
H1.HeaderClassName
{
color: #619B44;
}
.AnyTagClassName
{
color: #619B44;
}
</style>
background-color css
<style>
a { background-color: #619B44; }
a { background-color: rgb(97,155,68); }
div.DivClassName
{
background-color: #619B44;
}
.BgClassName
{
background-color: #619B44;
}
</style>
border-color css
<style>
span { border-color: #619B44; }
span { border-color: rgb(97,155,68); }
td.TdClassName
{
border-color: #619B44;
}
.TagClassName
{
border-color: #619B44;
}
</style>