Shades of Apple #6BA256
Tints of Apple #6BA256
RGB
CMYK
RGB Variations
Color information
#6BA256 (or 0x6BA256) is known color: Apple. HEX triplet: 6B, A2 and 56. RGB value is (107,162,86). Sum of RGB (Red+Green+Blue) = 107+162+86=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA256 is #945DA9. Grayscale: #898989. Windows color (decimal): -9723306 or 5677675. OLE color: 5677675.
HSL color Cylindrical-coordinate representation of color #6BA256: hue angle of 103.42º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BA256 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 86 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.36 |
| HSL | 103.42º | 0.31% | 0.49% | - |
| HSV(B) | 103.42º | 0.47% | 0.64% | - |
| XYZ | 20.66 | 29.64 | 13.44 | - |
| YUV | 136.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 86 | 0.34 | 0 | 0.47 | 0.36 | 103.42 | 0.31 | 0.49 |
| Hex | 6B | A2 | 56 | 22 | 0 | 2F | 24 | 67 | 1F | 31 |
| Octal | 153 | 242 | 126 | 42 | 0 | 57 | 44 | 147 | 37 | 61 |
| Binary | 1101011 | 10100010 | 1010110 | 100010 | 0 | 101111 | 100100 | 1100111 | 11111 | 110001 |
Color Harmonies of #6BA256
Complementary color
Monochromatic Colors of #6BA256
Black with #6BA256
Text Example
Text Example
White with #6BA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA256; }
p { color: rgb(107,162,86); }
H1.HeaderClassName
{
color: #6BA256;
}
.AnyTagClassName
{
color: #6BA256;
}
</style>
background-color css
<style>
a { background-color: #6BA256; }
a { background-color: rgb(107,162,86); }
div.DivClassName
{
background-color: #6BA256;
}
.BgClassName
{
background-color: #6BA256;
}
</style>
border-color css
<style>
span { border-color: #6BA256; }
span { border-color: rgb(107,162,86); }
td.TdClassName
{
border-color: #6BA256;
}
.TagClassName
{
border-color: #6BA256;
}
</style>