Shades of Apple #6CAB56
Tints of Apple #6CAB56
RGB
CMYK
RGB Variations
Color information
#6CAB56 (or 0x6CAB56) is known color: Apple. HEX triplet: 6C, AB and 56. RGB value is (108,171,86). Sum of RGB (Red+Green+Blue) = 108+171+86=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB56 is #9354A9. Grayscale: #8E8E8E. Windows color (decimal): -9655466 or 5679980. OLE color: 5679980.
HSL color Cylindrical-coordinate representation of color #6CAB56: hue angle of 104.47º 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 #6CAB56 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 86 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.33 |
| HSL | 104.47º | 0.34% | 0.5% | - |
| HSV(B) | 104.47º | 0.5% | 0.67% | - |
| XYZ | 22.43 | 32.99 | 13.99 | - |
| YUV | 142.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 86 | 0.37 | 0 | 0.50 | 0.33 | 104.47 | 0.34 | 0.5 |
| Hex | 6C | AB | 56 | 25 | 0 | 32 | 21 | 68 | 22 | 32 |
| Octal | 154 | 253 | 126 | 45 | 0 | 62 | 41 | 150 | 42 | 62 |
| Binary | 1101100 | 10101011 | 1010110 | 100101 | 0 | 110010 | 100001 | 1101000 | 100010 | 110010 |
Color Harmonies of #6CAB56
Complementary color
Monochromatic Colors of #6CAB56
Black with #6CAB56
Text Example
Text Example
White with #6CAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB56; }
p { color: rgb(108,171,86); }
H1.HeaderClassName
{
color: #6CAB56;
}
.AnyTagClassName
{
color: #6CAB56;
}
</style>
background-color css
<style>
a { background-color: #6CAB56; }
a { background-color: rgb(108,171,86); }
div.DivClassName
{
background-color: #6CAB56;
}
.BgClassName
{
background-color: #6CAB56;
}
</style>
border-color css
<style>
span { border-color: #6CAB56; }
span { border-color: rgb(108,171,86); }
td.TdClassName
{
border-color: #6CAB56;
}
.TagClassName
{
border-color: #6CAB56;
}
</style>