Shades of Apple #619941
Tints of Apple #619941
RGB
CMYK
RGB Variations
Color information
#619941 (or 0x619941) is known color: Apple. HEX triplet: 61, 99 and 41. RGB value is (97,153,65). Sum of RGB (Red+Green+Blue) = 97+153+65=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #619941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619941 is #9E66BE. Grayscale: #7E7E7E. Windows color (decimal): -10380991 or 4299105. OLE color: 4299105.
HSL color Cylindrical-coordinate representation of color #619941: hue angle of 98.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #619941 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 65 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.4 |
| HSL | 98.18º | 0.4% | 0.43% | - |
| HSV(B) | 98.18º | 0.58% | 0.6% | - |
| XYZ | 17.28 | 25.71 | 9.05 | - |
| YUV | 126.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 65 | 0.37 | 0 | 0.58 | 0.4 | 98.18 | 0.4 | 0.43 |
| Hex | 61 | 99 | 41 | 25 | 0 | 3A | 28 | 62 | 28 | 2B |
| Octal | 141 | 231 | 101 | 45 | 0 | 72 | 50 | 142 | 50 | 53 |
| Binary | 1100001 | 10011001 | 1000001 | 100101 | 0 | 111010 | 101000 | 1100010 | 101000 | 101011 |
Color Harmonies of #619941
Complementary color
Monochromatic Colors of #619941
Black with #619941
Text Example
Text Example
White with #619941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619941; }
p { color: rgb(97,153,65); }
H1.HeaderClassName
{
color: #619941;
}
.AnyTagClassName
{
color: #619941;
}
</style>
background-color css
<style>
a { background-color: #619941; }
a { background-color: rgb(97,153,65); }
div.DivClassName
{
background-color: #619941;
}
.BgClassName
{
background-color: #619941;
}
</style>
border-color css
<style>
span { border-color: #619941; }
span { border-color: rgb(97,153,65); }
td.TdClassName
{
border-color: #619941;
}
.TagClassName
{
border-color: #619941;
}
</style>