Shades of Apple #6BA249
Tints of Apple #6BA249
RGB
CMYK
RGB Variations
Color information
#6BA249 (or 0x6BA249) is known color: Apple. HEX triplet: 6B, A2 and 49. RGB value is (107,162,73). Sum of RGB (Red+Green+Blue) = 107+162+73=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA249 is #945DB6. Grayscale: #878787. Windows color (decimal): -9723319 or 4825707. OLE color: 4825707.
HSL color Cylindrical-coordinate representation of color #6BA249: hue angle of 97.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA249 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 73 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.36 |
| HSL | 97.08º | 0.38% | 0.46% | - |
| HSV(B) | 97.08º | 0.55% | 0.64% | - |
| XYZ | 20.19 | 29.45 | 10.92 | - |
| YUV | 135.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 73 | 0.34 | 0 | 0.55 | 0.36 | 97.08 | 0.38 | 0.46 |
| Hex | 6B | A2 | 49 | 22 | 0 | 37 | 24 | 61 | 26 | 2E |
| Octal | 153 | 242 | 111 | 42 | 0 | 67 | 44 | 141 | 46 | 56 |
| Binary | 1101011 | 10100010 | 1001001 | 100010 | 0 | 110111 | 100100 | 1100001 | 100110 | 101110 |
Color Harmonies of #6BA249
Complementary color
Monochromatic Colors of #6BA249
Black with #6BA249
Text Example
Text Example
White with #6BA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA249; }
p { color: rgb(107,162,73); }
H1.HeaderClassName
{
color: #6BA249;
}
.AnyTagClassName
{
color: #6BA249;
}
</style>
background-color css
<style>
a { background-color: #6BA249; }
a { background-color: rgb(107,162,73); }
div.DivClassName
{
background-color: #6BA249;
}
.BgClassName
{
background-color: #6BA249;
}
</style>
border-color css
<style>
span { border-color: #6BA249; }
span { border-color: rgb(107,162,73); }
td.TdClassName
{
border-color: #6BA249;
}
.TagClassName
{
border-color: #6BA249;
}
</style>