Shades of Apple #6AB050
Tints of Apple #6AB050
RGB
CMYK
RGB Variations
Color information
#6AB050 (or 0x6AB050) is known color: Apple. HEX triplet: 6A, B0 and 50. RGB value is (106,176,80). Sum of RGB (Red+Green+Blue) = 106+176+80=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB050 is #954FAF. Grayscale: #909090. Windows color (decimal): -9785264 or 5288042. OLE color: 5288042.
HSL color Cylindrical-coordinate representation of color #6AB050: hue angle of 103.75º 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 #6AB050 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 80 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.31 |
| HSL | 103.75º | 0.38% | 0.5% | - |
| HSV(B) | 103.75º | 0.55% | 0.69% | - |
| XYZ | 22.92 | 34.69 | 13.08 | - |
| YUV | 144.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 80 | 0.40 | 0 | 0.55 | 0.31 | 103.75 | 0.38 | 0.5 |
| Hex | 6A | B0 | 50 | 28 | 0 | 37 | 1F | 68 | 26 | 32 |
| Octal | 152 | 260 | 120 | 50 | 0 | 67 | 37 | 150 | 46 | 62 |
| Binary | 1101010 | 10110000 | 1010000 | 101000 | 0 | 110111 | 11111 | 1101000 | 100110 | 110010 |
Color Harmonies of #6AB050
Complementary color
Monochromatic Colors of #6AB050
Black with #6AB050
Text Example
Text Example
White with #6AB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB050; }
p { color: rgb(106,176,80); }
H1.HeaderClassName
{
color: #6AB050;
}
.AnyTagClassName
{
color: #6AB050;
}
</style>
background-color css
<style>
a { background-color: #6AB050; }
a { background-color: rgb(106,176,80); }
div.DivClassName
{
background-color: #6AB050;
}
.BgClassName
{
background-color: #6AB050;
}
</style>
border-color css
<style>
span { border-color: #6AB050; }
span { border-color: rgb(106,176,80); }
td.TdClassName
{
border-color: #6AB050;
}
.TagClassName
{
border-color: #6AB050;
}
</style>