Shades of Apple #609E3F
Tints of Apple #609E3F
RGB
CMYK
RGB Variations
Color information
#609E3F (or 0x609E3F) is known color: Apple. HEX triplet: 60, 9E and 3F. RGB value is (96,158,63). Sum of RGB (Red+Green+Blue) = 96+158+63=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #609E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609E3F is #9F61C0. Grayscale: #808080. Windows color (decimal): -10445249 or 4169312. OLE color: 4169312.
HSL color Cylindrical-coordinate representation of color #609E3F: hue angle of 99.16º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #609E3F is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 158 | 63 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.38 |
| HSL | 99.16º | 0.43% | 0.43% | - |
| HSV(B) | 99.16º | 0.6% | 0.62% | - |
| XYZ | 17.95 | 27.3 | 9.03 | - |
| YUV | 128.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 63 | 0.39 | 0 | 0.60 | 0.38 | 99.16 | 0.43 | 0.43 |
| Hex | 60 | 9E | 3F | 27 | 0 | 3C | 26 | 63 | 2B | 2B |
| Octal | 140 | 236 | 77 | 47 | 0 | 74 | 46 | 143 | 53 | 53 |
| Binary | 1100000 | 10011110 | 111111 | 100111 | 0 | 111100 | 100110 | 1100011 | 101011 | 101011 |
Color Harmonies of #609E3F
Complementary color
Monochromatic Colors of #609E3F
Black with #609E3F
Text Example
Text Example
White with #609E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609E3F; }
p { color: rgb(96,158,63); }
H1.HeaderClassName
{
color: #609E3F;
}
.AnyTagClassName
{
color: #609E3F;
}
</style>
background-color css
<style>
a { background-color: #609E3F; }
a { background-color: rgb(96,158,63); }
div.DivClassName
{
background-color: #609E3F;
}
.BgClassName
{
background-color: #609E3F;
}
</style>
border-color css
<style>
span { border-color: #609E3F; }
span { border-color: rgb(96,158,63); }
td.TdClassName
{
border-color: #609E3F;
}
.TagClassName
{
border-color: #609E3F;
}
</style>