Shades of Apple #6BAC50
Tints of Apple #6BAC50
RGB
CMYK
RGB Variations
Color information
#6BAC50 (or 0x6BAC50) is known color: Apple. HEX triplet: 6B, AC and 50. RGB value is (107,172,80). Sum of RGB (Red+Green+Blue) = 107+172+80=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC50 is #9453AF. Grayscale: #8E8E8E. Windows color (decimal): -9720752 or 5287019. OLE color: 5287019.
HSL color Cylindrical-coordinate representation of color #6BAC50: hue angle of 102.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BAC50 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 80 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.33 |
| HSL | 102.39º | 0.37% | 0.49% | - |
| HSV(B) | 102.39º | 0.53% | 0.67% | - |
| XYZ | 22.26 | 33.21 | 12.83 | - |
| YUV | 142.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 80 | 0.38 | 0 | 0.53 | 0.33 | 102.39 | 0.37 | 0.49 |
| Hex | 6B | AC | 50 | 26 | 0 | 35 | 21 | 66 | 25 | 31 |
| Octal | 153 | 254 | 120 | 46 | 0 | 65 | 41 | 146 | 45 | 61 |
| Binary | 1101011 | 10101100 | 1010000 | 100110 | 0 | 110101 | 100001 | 1100110 | 100101 | 110001 |
Color Harmonies of #6BAC50
Complementary color
Monochromatic Colors of #6BAC50
Black with #6BAC50
Text Example
Text Example
White with #6BAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC50; }
p { color: rgb(107,172,80); }
H1.HeaderClassName
{
color: #6BAC50;
}
.AnyTagClassName
{
color: #6BAC50;
}
</style>
background-color css
<style>
a { background-color: #6BAC50; }
a { background-color: rgb(107,172,80); }
div.DivClassName
{
background-color: #6BAC50;
}
.BgClassName
{
background-color: #6BAC50;
}
</style>
border-color css
<style>
span { border-color: #6BAC50; }
span { border-color: rgb(107,172,80); }
td.TdClassName
{
border-color: #6BAC50;
}
.TagClassName
{
border-color: #6BAC50;
}
</style>