Shades of Apple #6AB640
Tints of Apple #6AB640
RGB
CMYK
RGB Variations
Color information
#6AB640 (or 0x6AB640) is known color: Apple. HEX triplet: 6A, B6 and 40. RGB value is (106,182,64). Sum of RGB (Red+Green+Blue) = 106+182+64=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB640 is #9549BF. Grayscale: #929292. Windows color (decimal): -9783744 or 4241002. OLE color: 4241002.
HSL color Cylindrical-coordinate representation of color #6AB640: hue angle of 98.64º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AB640 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 64 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.29 |
| HSL | 98.64º | 0.48% | 0.48% | - |
| HSV(B) | 98.64º | 0.65% | 0.71% | - |
| XYZ | 23.6 | 36.89 | 10.73 | - |
| YUV | 145.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 64 | 0.42 | 0 | 0.65 | 0.29 | 98.64 | 0.48 | 0.48 |
| Hex | 6A | B6 | 40 | 2A | 0 | 41 | 1D | 63 | 30 | 30 |
| Octal | 152 | 266 | 100 | 52 | 0 | 101 | 35 | 143 | 60 | 60 |
| Binary | 1101010 | 10110110 | 1000000 | 101010 | 0 | 1000001 | 11101 | 1100011 | 110000 | 110000 |
Color Harmonies of #6AB640
Complementary color
Monochromatic Colors of #6AB640
Black with #6AB640
Text Example
Text Example
White with #6AB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB640; }
p { color: rgb(106,182,64); }
H1.HeaderClassName
{
color: #6AB640;
}
.AnyTagClassName
{
color: #6AB640;
}
</style>
background-color css
<style>
a { background-color: #6AB640; }
a { background-color: rgb(106,182,64); }
div.DivClassName
{
background-color: #6AB640;
}
.BgClassName
{
background-color: #6AB640;
}
</style>
border-color css
<style>
span { border-color: #6AB640; }
span { border-color: rgb(106,182,64); }
td.TdClassName
{
border-color: #6AB640;
}
.TagClassName
{
border-color: #6AB640;
}
</style>