Shades of Apple #6BAB55
Tints of Apple #6BAB55
RGB
CMYK
RGB Variations
Color information
#6BAB55 (or 0x6BAB55) is known color: Apple. HEX triplet: 6B, AB and 55. RGB value is (107,171,85). Sum of RGB (Red+Green+Blue) = 107+171+85=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB55 is #9454AA. Grayscale: #8E8E8E. Windows color (decimal): -9721003 or 5614443. OLE color: 5614443.
HSL color Cylindrical-coordinate representation of color #6BAB55: hue angle of 104.65º 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 #6BAB55 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 85 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.33 |
| HSL | 104.65º | 0.34% | 0.5% | - |
| HSV(B) | 104.65º | 0.5% | 0.67% | - |
| XYZ | 22.27 | 32.91 | 13.77 | - |
| YUV | 142.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 85 | 0.37 | 0 | 0.50 | 0.33 | 104.65 | 0.34 | 0.5 |
| Hex | 6B | AB | 55 | 25 | 0 | 32 | 21 | 69 | 22 | 32 |
| Octal | 153 | 253 | 125 | 45 | 0 | 62 | 41 | 151 | 42 | 62 |
| Binary | 1101011 | 10101011 | 1010101 | 100101 | 0 | 110010 | 100001 | 1101001 | 100010 | 110010 |
Color Harmonies of #6BAB55
Complementary color
Monochromatic Colors of #6BAB55
Black with #6BAB55
Text Example
Text Example
White with #6BAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB55; }
p { color: rgb(107,171,85); }
H1.HeaderClassName
{
color: #6BAB55;
}
.AnyTagClassName
{
color: #6BAB55;
}
</style>
background-color css
<style>
a { background-color: #6BAB55; }
a { background-color: rgb(107,171,85); }
div.DivClassName
{
background-color: #6BAB55;
}
.BgClassName
{
background-color: #6BAB55;
}
</style>
border-color css
<style>
span { border-color: #6BAB55; }
span { border-color: rgb(107,171,85); }
td.TdClassName
{
border-color: #6BAB55;
}
.TagClassName
{
border-color: #6BAB55;
}
</style>