Shades of Apple #6CAB60
Tints of Apple #6CAB60
RGB
CMYK
RGB Variations
Color information
#6CAB60 (or 0x6CAB60) is known color: Apple. HEX triplet: 6C, AB and 60. RGB value is (108,171,96). Sum of RGB (Red+Green+Blue) = 108+171+96=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB60 is #93549F. Grayscale: #8F8F8F. Windows color (decimal): -9655456 or 6335340. OLE color: 6335340.
HSL color Cylindrical-coordinate representation of color #6CAB60: hue angle of 110.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CAB60 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 96 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.33 |
| HSL | 110.4º | 0.31% | 0.52% | - |
| HSV(B) | 110.4º | 0.44% | 0.67% | - |
| XYZ | 22.86 | 33.16 | 16.26 | - |
| YUV | 143.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 96 | 0.37 | 0 | 0.44 | 0.33 | 110.4 | 0.31 | 0.52 |
| Hex | 6C | AB | 60 | 25 | 0 | 2C | 21 | 6E | 1F | 34 |
| Octal | 154 | 253 | 140 | 45 | 0 | 54 | 41 | 156 | 37 | 64 |
| Binary | 1101100 | 10101011 | 1100000 | 100101 | 0 | 101100 | 100001 | 1101110 | 11111 | 110100 |
Color Harmonies of #6CAB60
Complementary color
Monochromatic Colors of #6CAB60
Black with #6CAB60
Text Example
Text Example
White with #6CAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB60; }
p { color: rgb(108,171,96); }
H1.HeaderClassName
{
color: #6CAB60;
}
.AnyTagClassName
{
color: #6CAB60;
}
</style>
background-color css
<style>
a { background-color: #6CAB60; }
a { background-color: rgb(108,171,96); }
div.DivClassName
{
background-color: #6CAB60;
}
.BgClassName
{
background-color: #6CAB60;
}
</style>
border-color css
<style>
span { border-color: #6CAB60; }
span { border-color: rgb(108,171,96); }
td.TdClassName
{
border-color: #6CAB60;
}
.TagClassName
{
border-color: #6CAB60;
}
</style>