Shades of Apple #6CAB50
Tints of Apple #6CAB50
RGB
CMYK
RGB Variations
Color information
#6CAB50 (or 0x6CAB50) is known color: Apple. HEX triplet: 6C, AB and 50. RGB value is (108,171,80). Sum of RGB (Red+Green+Blue) = 108+171+80=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB50 is #9354AF. Grayscale: #8E8E8E. Windows color (decimal): -9655472 or 5286764. OLE color: 5286764.
HSL color Cylindrical-coordinate representation of color #6CAB50: hue angle of 101.54º degrees, saturation: 0.36, 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 #6CAB50 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 80 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.33 |
| HSL | 101.54º | 0.36% | 0.49% | - |
| HSV(B) | 101.54º | 0.53% | 0.67% | - |
| XYZ | 22.2 | 32.89 | 12.77 | - |
| YUV | 141.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 80 | 0.37 | 0 | 0.53 | 0.33 | 101.54 | 0.36 | 0.49 |
| Hex | 6C | AB | 50 | 25 | 0 | 35 | 21 | 66 | 24 | 31 |
| Octal | 154 | 253 | 120 | 45 | 0 | 65 | 41 | 146 | 44 | 61 |
| Binary | 1101100 | 10101011 | 1010000 | 100101 | 0 | 110101 | 100001 | 1100110 | 100100 | 110001 |
Color Harmonies of #6CAB50
Complementary color
Monochromatic Colors of #6CAB50
Black with #6CAB50
Text Example
Text Example
White with #6CAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB50; }
p { color: rgb(108,171,80); }
H1.HeaderClassName
{
color: #6CAB50;
}
.AnyTagClassName
{
color: #6CAB50;
}
</style>
background-color css
<style>
a { background-color: #6CAB50; }
a { background-color: rgb(108,171,80); }
div.DivClassName
{
background-color: #6CAB50;
}
.BgClassName
{
background-color: #6CAB50;
}
</style>
border-color css
<style>
span { border-color: #6CAB50; }
span { border-color: rgb(108,171,80); }
td.TdClassName
{
border-color: #6CAB50;
}
.TagClassName
{
border-color: #6CAB50;
}
</style>