Shades of Apple #619D4E
Tints of Apple #619D4E
RGB
CMYK
RGB Variations
Color information
#619D4E (or 0x619D4E) is known color: Apple. HEX triplet: 61, 9D and 4E. RGB value is (97,157,78). Sum of RGB (Red+Green+Blue) = 97+157+78=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #619D4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D4E is #9E62B1. Grayscale: #828282. Windows color (decimal): -10379954 or 5152097. OLE color: 5152097.
HSL color Cylindrical-coordinate representation of color #619D4E: hue angle of 105.57º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #619D4E is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 78 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.38 |
| HSL | 105.57º | 0.34% | 0.46% | - |
| HSV(B) | 105.57º | 0.5% | 0.62% | - |
| XYZ | 18.36 | 27.21 | 11.49 | - |
| YUV | 130.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 78 | 0.38 | 0 | 0.50 | 0.38 | 105.57 | 0.34 | 0.46 |
| Hex | 61 | 9D | 4E | 26 | 0 | 32 | 26 | 6A | 22 | 2E |
| Octal | 141 | 235 | 116 | 46 | 0 | 62 | 46 | 152 | 42 | 56 |
| Binary | 1100001 | 10011101 | 1001110 | 100110 | 0 | 110010 | 100110 | 1101010 | 100010 | 101110 |
Color Harmonies of #619D4E
Complementary color
Monochromatic Colors of #619D4E
Black with #619D4E
Text Example
Text Example
White with #619D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D4E; }
p { color: rgb(97,157,78); }
H1.HeaderClassName
{
color: #619D4E;
}
.AnyTagClassName
{
color: #619D4E;
}
</style>
background-color css
<style>
a { background-color: #619D4E; }
a { background-color: rgb(97,157,78); }
div.DivClassName
{
background-color: #619D4E;
}
.BgClassName
{
background-color: #619D4E;
}
</style>
border-color css
<style>
span { border-color: #619D4E; }
span { border-color: rgb(97,157,78); }
td.TdClassName
{
border-color: #619D4E;
}
.TagClassName
{
border-color: #619D4E;
}
</style>