Shades of Apple #6AB750
Tints of Apple #6AB750
RGB
CMYK
RGB Variations
Color information
#6AB750 (or 0x6AB750) is known color: Apple. HEX triplet: 6A, B7 and 50. RGB value is (106,183,80). Sum of RGB (Red+Green+Blue) = 106+183+80=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB750 is #9548AF. Grayscale: #949494. Windows color (decimal): -9783472 or 5289834. OLE color: 5289834.
HSL color Cylindrical-coordinate representation of color #6AB750: hue angle of 104.85º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AB750 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 80 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.28 |
| HSL | 104.85º | 0.42% | 0.52% | - |
| HSV(B) | 104.85º | 0.56% | 0.72% | - |
| XYZ | 24.33 | 37.51 | 13.55 | - |
| YUV | 148.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 80 | 0.42 | 0 | 0.56 | 0.28 | 104.85 | 0.42 | 0.52 |
| Hex | 6A | B7 | 50 | 2A | 0 | 38 | 1C | 69 | 2A | 34 |
| Octal | 152 | 267 | 120 | 52 | 0 | 70 | 34 | 151 | 52 | 64 |
| Binary | 1101010 | 10110111 | 1010000 | 101010 | 0 | 111000 | 11100 | 1101001 | 101010 | 110100 |
Color Harmonies of #6AB750
Complementary color
Monochromatic Colors of #6AB750
Black with #6AB750
Text Example
Text Example
White with #6AB750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB750; }
p { color: rgb(106,183,80); }
H1.HeaderClassName
{
color: #6AB750;
}
.AnyTagClassName
{
color: #6AB750;
}
</style>
background-color css
<style>
a { background-color: #6AB750; }
a { background-color: rgb(106,183,80); }
div.DivClassName
{
background-color: #6AB750;
}
.BgClassName
{
background-color: #6AB750;
}
</style>
border-color css
<style>
span { border-color: #6AB750; }
span { border-color: rgb(106,183,80); }
td.TdClassName
{
border-color: #6AB750;
}
.TagClassName
{
border-color: #6AB750;
}
</style>