Shades of Apple #6BA250
Tints of Apple #6BA250
RGB
CMYK
RGB Variations
Color information
#6BA250 (or 0x6BA250) is known color: Apple. HEX triplet: 6B, A2 and 50. RGB value is (107,162,80). Sum of RGB (Red+Green+Blue) = 107+162+80=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA250 is #945DAF. Grayscale: #888888. Windows color (decimal): -9723312 or 5284459. OLE color: 5284459.
HSL color Cylindrical-coordinate representation of color #6BA250: hue angle of 100.24º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA250 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 80 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.36 |
| HSL | 100.24º | 0.34% | 0.47% | - |
| HSV(B) | 100.24º | 0.51% | 0.64% | - |
| XYZ | 20.43 | 29.55 | 12.22 | - |
| YUV | 136.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 80 | 0.34 | 0 | 0.51 | 0.36 | 100.24 | 0.34 | 0.47 |
| Hex | 6B | A2 | 50 | 22 | 0 | 33 | 24 | 64 | 22 | 2F |
| Octal | 153 | 242 | 120 | 42 | 0 | 63 | 44 | 144 | 42 | 57 |
| Binary | 1101011 | 10100010 | 1010000 | 100010 | 0 | 110011 | 100100 | 1100100 | 100010 | 101111 |
Color Harmonies of #6BA250
Complementary color
Monochromatic Colors of #6BA250
Black with #6BA250
Text Example
Text Example
White with #6BA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA250; }
p { color: rgb(107,162,80); }
H1.HeaderClassName
{
color: #6BA250;
}
.AnyTagClassName
{
color: #6BA250;
}
</style>
background-color css
<style>
a { background-color: #6BA250; }
a { background-color: rgb(107,162,80); }
div.DivClassName
{
background-color: #6BA250;
}
.BgClassName
{
background-color: #6BA250;
}
</style>
border-color css
<style>
span { border-color: #6BA250; }
span { border-color: rgb(107,162,80); }
td.TdClassName
{
border-color: #6BA250;
}
.TagClassName
{
border-color: #6BA250;
}
</style>