Shades of Apple #609D40
Tints of Apple #609D40
RGB
CMYK
RGB Variations
Color information
#609D40 (or 0x609D40) is known color: Apple. HEX triplet: 60, 9D and 40. RGB value is (96,157,64). Sum of RGB (Red+Green+Blue) = 96+157+64=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #609D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609D40 is #9F62BF. Grayscale: #808080. Windows color (decimal): -10445504 or 4234592. OLE color: 4234592.
HSL color Cylindrical-coordinate representation of color #609D40: hue angle of 99.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #609D40 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 157 | 64 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.38 |
| HSL | 99.35º | 0.42% | 0.43% | - |
| HSV(B) | 99.35º | 0.59% | 0.62% | - |
| XYZ | 17.81 | 26.97 | 9.12 | - |
| YUV | 128.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 157 | 64 | 0.39 | 0 | 0.59 | 0.38 | 99.35 | 0.42 | 0.43 |
| Hex | 60 | 9D | 40 | 27 | 0 | 3B | 26 | 63 | 2A | 2B |
| Octal | 140 | 235 | 100 | 47 | 0 | 73 | 46 | 143 | 52 | 53 |
| Binary | 1100000 | 10011101 | 1000000 | 100111 | 0 | 111011 | 100110 | 1100011 | 101010 | 101011 |
Color Harmonies of #609D40
Complementary color
Monochromatic Colors of #609D40
Black with #609D40
Text Example
Text Example
White with #609D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609D40; }
p { color: rgb(96,157,64); }
H1.HeaderClassName
{
color: #609D40;
}
.AnyTagClassName
{
color: #609D40;
}
</style>
background-color css
<style>
a { background-color: #609D40; }
a { background-color: rgb(96,157,64); }
div.DivClassName
{
background-color: #609D40;
}
.BgClassName
{
background-color: #609D40;
}
</style>
border-color css
<style>
span { border-color: #609D40; }
span { border-color: rgb(96,157,64); }
td.TdClassName
{
border-color: #609D40;
}
.TagClassName
{
border-color: #609D40;
}
</style>