Shades of Apple #619F4F
Tints of Apple #619F4F
RGB
CMYK
RGB Variations
Color information
#619F4F (or 0x619F4F) is known color: Apple. HEX triplet: 61, 9F and 4F. RGB value is (97,159,79). Sum of RGB (Red+Green+Blue) = 97+159+79=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #619F4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F4F is #9E60B0. Grayscale: #838383. Windows color (decimal): -10379441 or 5218145. OLE color: 5218145.
HSL color Cylindrical-coordinate representation of color #619F4F: hue angle of 106.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #619F4F is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 79 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.38 |
| HSL | 106.5º | 0.34% | 0.47% | - |
| HSV(B) | 106.5º | 0.5% | 0.62% | - |
| XYZ | 18.74 | 27.9 | 11.8 | - |
| YUV | 131.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 79 | 0.39 | 0 | 0.50 | 0.38 | 106.5 | 0.34 | 0.47 |
| Hex | 61 | 9F | 4F | 27 | 0 | 32 | 26 | 6A | 22 | 2F |
| Octal | 141 | 237 | 117 | 47 | 0 | 62 | 46 | 152 | 42 | 57 |
| Binary | 1100001 | 10011111 | 1001111 | 100111 | 0 | 110010 | 100110 | 1101010 | 100010 | 101111 |
Color Harmonies of #619F4F
Complementary color
Monochromatic Colors of #619F4F
Black with #619F4F
Text Example
Text Example
White with #619F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F4F; }
p { color: rgb(97,159,79); }
H1.HeaderClassName
{
color: #619F4F;
}
.AnyTagClassName
{
color: #619F4F;
}
</style>
background-color css
<style>
a { background-color: #619F4F; }
a { background-color: rgb(97,159,79); }
div.DivClassName
{
background-color: #619F4F;
}
.BgClassName
{
background-color: #619F4F;
}
</style>
border-color css
<style>
span { border-color: #619F4F; }
span { border-color: rgb(97,159,79); }
td.TdClassName
{
border-color: #619F4F;
}
.TagClassName
{
border-color: #619F4F;
}
</style>