Shades of Apple #6CAA4E
Tints of Apple #6CAA4E
RGB
CMYK
RGB Variations
Color information
#6CAA4E (or 0x6CAA4E) is known color: Apple. HEX triplet: 6C, AA and 4E. RGB value is (108,170,78). Sum of RGB (Red+Green+Blue) = 108+170+78=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA4E is #9355B1. Grayscale: #8D8D8D. Windows color (decimal): -9655730 or 5155436. OLE color: 5155436.
HSL color Cylindrical-coordinate representation of color #6CAA4E: hue angle of 100.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CAA4E is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 78 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.33 |
| HSL | 100.43º | 0.37% | 0.49% | - |
| HSV(B) | 100.43º | 0.54% | 0.67% | - |
| XYZ | 21.93 | 32.49 | 12.32 | - |
| YUV | 140.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 78 | 0.36 | 0 | 0.54 | 0.33 | 100.43 | 0.37 | 0.49 |
| Hex | 6C | AA | 4E | 24 | 0 | 36 | 21 | 64 | 25 | 31 |
| Octal | 154 | 252 | 116 | 44 | 0 | 66 | 41 | 144 | 45 | 61 |
| Binary | 1101100 | 10101010 | 1001110 | 100100 | 0 | 110110 | 100001 | 1100100 | 100101 | 110001 |
Color Harmonies of #6CAA4E
Complementary color
Monochromatic Colors of #6CAA4E
Black with #6CAA4E
Text Example
Text Example
White with #6CAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA4E; }
p { color: rgb(108,170,78); }
H1.HeaderClassName
{
color: #6CAA4E;
}
.AnyTagClassName
{
color: #6CAA4E;
}
</style>
background-color css
<style>
a { background-color: #6CAA4E; }
a { background-color: rgb(108,170,78); }
div.DivClassName
{
background-color: #6CAA4E;
}
.BgClassName
{
background-color: #6CAA4E;
}
</style>
border-color css
<style>
span { border-color: #6CAA4E; }
span { border-color: rgb(108,170,78); }
td.TdClassName
{
border-color: #6CAA4E;
}
.TagClassName
{
border-color: #6CAA4E;
}
</style>