Shades of Apple #6BAA55
Tints of Apple #6BAA55
RGB
CMYK
RGB Variations
Color information
#6BAA55 (or 0x6BAA55) is known color: Apple. HEX triplet: 6B, AA and 55. RGB value is (107,170,85). Sum of RGB (Red+Green+Blue) = 107+170+85=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA55 is #9455AA. Grayscale: #8D8D8D. Windows color (decimal): -9721259 or 5614187. OLE color: 5614187.
HSL color Cylindrical-coordinate representation of color #6BAA55: hue angle of 104.47º degrees, saturation: 0.33, 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 #6BAA55 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 85 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.33 |
| HSL | 104.47º | 0.33% | 0.5% | - |
| HSV(B) | 104.47º | 0.5% | 0.67% | - |
| XYZ | 22.08 | 32.53 | 13.71 | - |
| YUV | 141.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 85 | 0.37 | 0 | 0.50 | 0.33 | 104.47 | 0.33 | 0.5 |
| Hex | 6B | AA | 55 | 25 | 0 | 32 | 21 | 68 | 21 | 32 |
| Octal | 153 | 252 | 125 | 45 | 0 | 62 | 41 | 150 | 41 | 62 |
| Binary | 1101011 | 10101010 | 1010101 | 100101 | 0 | 110010 | 100001 | 1101000 | 100001 | 110010 |
Color Harmonies of #6BAA55
Complementary color
Monochromatic Colors of #6BAA55
Black with #6BAA55
Text Example
Text Example
White with #6BAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA55; }
p { color: rgb(107,170,85); }
H1.HeaderClassName
{
color: #6BAA55;
}
.AnyTagClassName
{
color: #6BAA55;
}
</style>
background-color css
<style>
a { background-color: #6BAA55; }
a { background-color: rgb(107,170,85); }
div.DivClassName
{
background-color: #6BAA55;
}
.BgClassName
{
background-color: #6BAA55;
}
</style>
border-color css
<style>
span { border-color: #6BAA55; }
span { border-color: rgb(107,170,85); }
td.TdClassName
{
border-color: #6BAA55;
}
.TagClassName
{
border-color: #6BAA55;
}
</style>