Shades of Apple #6BA248
Tints of Apple #6BA248
RGB
CMYK
RGB Variations
Color information
#6BA248 (or 0x6BA248) is known color: Apple. HEX triplet: 6B, A2 and 48. RGB value is (107,162,72). Sum of RGB (Red+Green+Blue) = 107+162+72=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA248 is #945DB7. Grayscale: #878787. Windows color (decimal): -9723320 or 4760171. OLE color: 4760171.
HSL color Cylindrical-coordinate representation of color #6BA248: hue angle of 96.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BA248 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 72 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.36 |
| HSL | 96.67º | 0.38% | 0.46% | - |
| HSV(B) | 96.67º | 0.56% | 0.64% | - |
| XYZ | 20.15 | 29.43 | 10.75 | - |
| YUV | 135.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 72 | 0.34 | 0 | 0.56 | 0.36 | 96.67 | 0.38 | 0.46 |
| Hex | 6B | A2 | 48 | 22 | 0 | 38 | 24 | 61 | 26 | 2E |
| Octal | 153 | 242 | 110 | 42 | 0 | 70 | 44 | 141 | 46 | 56 |
| Binary | 1101011 | 10100010 | 1001000 | 100010 | 0 | 111000 | 100100 | 1100001 | 100110 | 101110 |
Color Harmonies of #6BA248
Complementary color
Monochromatic Colors of #6BA248
Black with #6BA248
Text Example
Text Example
White with #6BA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA248; }
p { color: rgb(107,162,72); }
H1.HeaderClassName
{
color: #6BA248;
}
.AnyTagClassName
{
color: #6BA248;
}
</style>
background-color css
<style>
a { background-color: #6BA248; }
a { background-color: rgb(107,162,72); }
div.DivClassName
{
background-color: #6BA248;
}
.BgClassName
{
background-color: #6BA248;
}
</style>
border-color css
<style>
span { border-color: #6BA248; }
span { border-color: rgb(107,162,72); }
td.TdClassName
{
border-color: #6BA248;
}
.TagClassName
{
border-color: #6BA248;
}
</style>