Shades of Apple #6AB950
Tints of Apple #6AB950
RGB
CMYK
RGB Variations
Color information
#6AB950 (or 0x6AB950) is known color: Apple. HEX triplet: 6A, B9 and 50. RGB value is (106,185,80). Sum of RGB (Red+Green+Blue) = 106+185+80=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB950 is #9546AF. Grayscale: #959595. Windows color (decimal): -9782960 or 5290346. OLE color: 5290346.
HSL color Cylindrical-coordinate representation of color #6AB950: hue angle of 105.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AB950 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 185 | 80 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.27 |
| HSL | 105.14º | 0.43% | 0.52% | - |
| HSV(B) | 105.14º | 0.57% | 0.73% | - |
| XYZ | 24.74 | 38.34 | 13.69 | - |
| YUV | 149.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 185 | 80 | 0.43 | 0 | 0.57 | 0.27 | 105.14 | 0.43 | 0.52 |
| Hex | 6A | B9 | 50 | 2B | 0 | 39 | 1B | 69 | 2B | 34 |
| Octal | 152 | 271 | 120 | 53 | 0 | 71 | 33 | 151 | 53 | 64 |
| Binary | 1101010 | 10111001 | 1010000 | 101011 | 0 | 111001 | 11011 | 1101001 | 101011 | 110100 |
Color Harmonies of #6AB950
Complementary color
Monochromatic Colors of #6AB950
Black with #6AB950
Text Example
Text Example
White with #6AB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB950; }
p { color: rgb(106,185,80); }
H1.HeaderClassName
{
color: #6AB950;
}
.AnyTagClassName
{
color: #6AB950;
}
</style>
background-color css
<style>
a { background-color: #6AB950; }
a { background-color: rgb(106,185,80); }
div.DivClassName
{
background-color: #6AB950;
}
.BgClassName
{
background-color: #6AB950;
}
</style>
border-color css
<style>
span { border-color: #6AB950; }
span { border-color: rgb(106,185,80); }
td.TdClassName
{
border-color: #6AB950;
}
.TagClassName
{
border-color: #6AB950;
}
</style>