Shades of Apple #609C46
Tints of Apple #609C46
RGB
CMYK
RGB Variations
Color information
#609C46 (or 0x609C46) is known color: Apple. HEX triplet: 60, 9C and 46. RGB value is (96,156,70). Sum of RGB (Red+Green+Blue) = 96+156+70=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #609C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609C46 is #9F63B9. Grayscale: #808080. Windows color (decimal): -10445754 or 4627552. OLE color: 4627552.
HSL color Cylindrical-coordinate representation of color #609C46: hue angle of 101.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #609C46 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 70 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.39 |
| HSL | 101.86º | 0.38% | 0.44% | - |
| HSV(B) | 101.86º | 0.55% | 0.61% | - |
| XYZ | 17.82 | 26.71 | 10.01 | - |
| YUV | 128.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 70 | 0.38 | 0 | 0.55 | 0.39 | 101.86 | 0.38 | 0.44 |
| Hex | 60 | 9C | 46 | 26 | 0 | 37 | 27 | 66 | 26 | 2C |
| Octal | 140 | 234 | 106 | 46 | 0 | 67 | 47 | 146 | 46 | 54 |
| Binary | 1100000 | 10011100 | 1000110 | 100110 | 0 | 110111 | 100111 | 1100110 | 100110 | 101100 |
Color Harmonies of #609C46
Complementary color
Monochromatic Colors of #609C46
Black with #609C46
Text Example
Text Example
White with #609C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C46; }
p { color: rgb(96,156,70); }
H1.HeaderClassName
{
color: #609C46;
}
.AnyTagClassName
{
color: #609C46;
}
</style>
background-color css
<style>
a { background-color: #609C46; }
a { background-color: rgb(96,156,70); }
div.DivClassName
{
background-color: #609C46;
}
.BgClassName
{
background-color: #609C46;
}
</style>
border-color css
<style>
span { border-color: #609C46; }
span { border-color: rgb(96,156,70); }
td.TdClassName
{
border-color: #609C46;
}
.TagClassName
{
border-color: #609C46;
}
</style>