Shades of Apple #6AB150
Tints of Apple #6AB150
RGB
CMYK
RGB Variations
Color information
#6AB150 (or 0x6AB150) is known color: Apple. HEX triplet: 6A, B1 and 50. RGB value is (106,177,80). Sum of RGB (Red+Green+Blue) = 106+177+80=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB150 is #954EAF. Grayscale: #919191. Windows color (decimal): -9785008 or 5288298. OLE color: 5288298.
HSL color Cylindrical-coordinate representation of color #6AB150: hue angle of 103.92º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AB150 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 80 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.31 |
| HSL | 103.92º | 0.38% | 0.5% | - |
| HSV(B) | 103.92º | 0.55% | 0.69% | - |
| XYZ | 23.11 | 35.09 | 13.14 | - |
| YUV | 144.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 80 | 0.40 | 0 | 0.55 | 0.31 | 103.92 | 0.38 | 0.5 |
| Hex | 6A | B1 | 50 | 28 | 0 | 37 | 1F | 68 | 26 | 32 |
| Octal | 152 | 261 | 120 | 50 | 0 | 67 | 37 | 150 | 46 | 62 |
| Binary | 1101010 | 10110001 | 1010000 | 101000 | 0 | 110111 | 11111 | 1101000 | 100110 | 110010 |
Color Harmonies of #6AB150
Complementary color
Monochromatic Colors of #6AB150
Black with #6AB150
Text Example
Text Example
White with #6AB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB150; }
p { color: rgb(106,177,80); }
H1.HeaderClassName
{
color: #6AB150;
}
.AnyTagClassName
{
color: #6AB150;
}
</style>
background-color css
<style>
a { background-color: #6AB150; }
a { background-color: rgb(106,177,80); }
div.DivClassName
{
background-color: #6AB150;
}
.BgClassName
{
background-color: #6AB150;
}
</style>
border-color css
<style>
span { border-color: #6AB150; }
span { border-color: rgb(106,177,80); }
td.TdClassName
{
border-color: #6AB150;
}
.TagClassName
{
border-color: #6AB150;
}
</style>