Shades of Apple #6CAE49
Tints of Apple #6CAE49
RGB
CMYK
RGB Variations
Color information
#6CAE49 (or 0x6CAE49) is known color: Apple. HEX triplet: 6C, AE and 49. RGB value is (108,174,73). Sum of RGB (Red+Green+Blue) = 108+174+73=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAE49 is #9351B6. Grayscale: #8F8F8F. Windows color (decimal): -9654711 or 4828780. OLE color: 4828780.
HSL color Cylindrical-coordinate representation of color #6CAE49: hue angle of 99.21º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CAE49 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 73 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.32 |
| HSL | 99.21º | 0.41% | 0.48% | - |
| HSV(B) | 99.21º | 0.58% | 0.68% | - |
| XYZ | 22.52 | 33.94 | 11.67 | - |
| YUV | 142.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 73 | 0.38 | 0 | 0.58 | 0.32 | 99.21 | 0.41 | 0.48 |
| Hex | 6C | AE | 49 | 26 | 0 | 3A | 20 | 63 | 29 | 30 |
| Octal | 154 | 256 | 111 | 46 | 0 | 72 | 40 | 143 | 51 | 60 |
| Binary | 1101100 | 10101110 | 1001001 | 100110 | 0 | 111010 | 100000 | 1100011 | 101001 | 110000 |
Color Harmonies of #6CAE49
Complementary color
Monochromatic Colors of #6CAE49
Black with #6CAE49
Text Example
Text Example
White with #6CAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAE49; }
p { color: rgb(108,174,73); }
H1.HeaderClassName
{
color: #6CAE49;
}
.AnyTagClassName
{
color: #6CAE49;
}
</style>
background-color css
<style>
a { background-color: #6CAE49; }
a { background-color: rgb(108,174,73); }
div.DivClassName
{
background-color: #6CAE49;
}
.BgClassName
{
background-color: #6CAE49;
}
</style>
border-color css
<style>
span { border-color: #6CAE49; }
span { border-color: rgb(108,174,73); }
td.TdClassName
{
border-color: #6CAE49;
}
.TagClassName
{
border-color: #6CAE49;
}
</style>