Shades of Apple #619F4D
Tints of Apple #619F4D
RGB
CMYK
RGB Variations
Color information
#619F4D (or 0x619F4D) is known color: Apple. HEX triplet: 61, 9F and 4D. RGB value is (97,159,77). Sum of RGB (Red+Green+Blue) = 97+159+77=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #619F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F4D is #9E60B2. Grayscale: #838383. Windows color (decimal): -10379443 or 5087073. OLE color: 5087073.
HSL color Cylindrical-coordinate representation of color #619F4D: hue angle of 105.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619F4D is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 77 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.38 |
| HSL | 105.37º | 0.35% | 0.46% | - |
| HSV(B) | 105.37º | 0.52% | 0.62% | - |
| XYZ | 18.67 | 27.87 | 11.42 | - |
| YUV | 131.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 77 | 0.39 | 0 | 0.52 | 0.38 | 105.37 | 0.35 | 0.46 |
| Hex | 61 | 9F | 4D | 27 | 0 | 34 | 26 | 69 | 23 | 2E |
| Octal | 141 | 237 | 115 | 47 | 0 | 64 | 46 | 151 | 43 | 56 |
| Binary | 1100001 | 10011111 | 1001101 | 100111 | 0 | 110100 | 100110 | 1101001 | 100011 | 101110 |
Color Harmonies of #619F4D
Complementary color
Monochromatic Colors of #619F4D
Black with #619F4D
Text Example
Text Example
White with #619F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F4D; }
p { color: rgb(97,159,77); }
H1.HeaderClassName
{
color: #619F4D;
}
.AnyTagClassName
{
color: #619F4D;
}
</style>
background-color css
<style>
a { background-color: #619F4D; }
a { background-color: rgb(97,159,77); }
div.DivClassName
{
background-color: #619F4D;
}
.BgClassName
{
background-color: #619F4D;
}
</style>
border-color css
<style>
span { border-color: #619F4D; }
span { border-color: rgb(97,159,77); }
td.TdClassName
{
border-color: #619F4D;
}
.TagClassName
{
border-color: #619F4D;
}
</style>