Shades of Apple #6BA051
Tints of Apple #6BA051
RGB
CMYK
RGB Variations
Color information
#6BA051 (or 0x6BA051) is known color: Apple. HEX triplet: 6B, A0 and 51. RGB value is (107,160,81). Sum of RGB (Red+Green+Blue) = 107+160+81=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA051 is #945FAE. Grayscale: #878787. Windows color (decimal): -9723823 or 5349483. OLE color: 5349483.
HSL color Cylindrical-coordinate representation of color #6BA051: hue angle of 100.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BA051 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 81 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.37 |
| HSL | 100.25º | 0.33% | 0.47% | - |
| HSV(B) | 100.25º | 0.49% | 0.63% | - |
| XYZ | 20.12 | 28.86 | 12.3 | - |
| YUV | 135.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 81 | 0.33 | 0 | 0.49 | 0.37 | 100.25 | 0.33 | 0.47 |
| Hex | 6B | A0 | 51 | 21 | 0 | 31 | 25 | 64 | 21 | 2F |
| Octal | 153 | 240 | 121 | 41 | 0 | 61 | 45 | 144 | 41 | 57 |
| Binary | 1101011 | 10100000 | 1010001 | 100001 | 0 | 110001 | 100101 | 1100100 | 100001 | 101111 |
Color Harmonies of #6BA051
Complementary color
Monochromatic Colors of #6BA051
Black with #6BA051
Text Example
Text Example
White with #6BA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA051; }
p { color: rgb(107,160,81); }
H1.HeaderClassName
{
color: #6BA051;
}
.AnyTagClassName
{
color: #6BA051;
}
</style>
background-color css
<style>
a { background-color: #6BA051; }
a { background-color: rgb(107,160,81); }
div.DivClassName
{
background-color: #6BA051;
}
.BgClassName
{
background-color: #6BA051;
}
</style>
border-color css
<style>
span { border-color: #6BA051; }
span { border-color: rgb(107,160,81); }
td.TdClassName
{
border-color: #6BA051;
}
.TagClassName
{
border-color: #6BA051;
}
</style>