Shades of Apple #6BAB56
Tints of Apple #6BAB56
RGB
CMYK
RGB Variations
Color information
#6BAB56 (or 0x6BAB56) is known color: Apple. HEX triplet: 6B, AB and 56. RGB value is (107,171,86). Sum of RGB (Red+Green+Blue) = 107+171+86=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB56 is #9454A9. Grayscale: #8E8E8E. Windows color (decimal): -9721002 or 5679979. OLE color: 5679979.
HSL color Cylindrical-coordinate representation of color #6BAB56: hue angle of 105.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BAB56 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 86 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.33 |
| HSL | 105.18º | 0.34% | 0.5% | - |
| HSV(B) | 105.18º | 0.5% | 0.67% | - |
| XYZ | 22.31 | 32.92 | 13.98 | - |
| YUV | 142.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 86 | 0.37 | 0 | 0.50 | 0.33 | 105.18 | 0.34 | 0.5 |
| Hex | 6B | AB | 56 | 25 | 0 | 32 | 21 | 69 | 22 | 32 |
| Octal | 153 | 253 | 126 | 45 | 0 | 62 | 41 | 151 | 42 | 62 |
| Binary | 1101011 | 10101011 | 1010110 | 100101 | 0 | 110010 | 100001 | 1101001 | 100010 | 110010 |
Color Harmonies of #6BAB56
Complementary color
Monochromatic Colors of #6BAB56
Black with #6BAB56
Text Example
Text Example
White with #6BAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB56; }
p { color: rgb(107,171,86); }
H1.HeaderClassName
{
color: #6BAB56;
}
.AnyTagClassName
{
color: #6BAB56;
}
</style>
background-color css
<style>
a { background-color: #6BAB56; }
a { background-color: rgb(107,171,86); }
div.DivClassName
{
background-color: #6BAB56;
}
.BgClassName
{
background-color: #6BAB56;
}
</style>
border-color css
<style>
span { border-color: #6BAB56; }
span { border-color: rgb(107,171,86); }
td.TdClassName
{
border-color: #6BAB56;
}
.TagClassName
{
border-color: #6BAB56;
}
</style>