Shades of Apple #6CAA42
Tints of Apple #6CAA42
RGB
CMYK
RGB Variations
Color information
#6CAA42 (or 0x6CAA42) is known color: Apple. HEX triplet: 6C, AA and 42. RGB value is (108,170,66). Sum of RGB (Red+Green+Blue) = 108+170+66=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA42 is #9355BD. Grayscale: #8B8B8B. Windows color (decimal): -9655742 or 4369004. OLE color: 4369004.
HSL color Cylindrical-coordinate representation of color #6CAA42: hue angle of 95.77º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CAA42 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 66 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.33 |
| HSL | 95.77º | 0.44% | 0.46% | - |
| HSV(B) | 95.77º | 0.61% | 0.67% | - |
| XYZ | 21.54 | 32.33 | 10.26 | - |
| YUV | 139.61 | 86.46 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 66 | 0.36 | 0 | 0.61 | 0.33 | 95.77 | 0.44 | 0.46 |
| Hex | 6C | AA | 42 | 24 | 0 | 3D | 21 | 60 | 2C | 2E |
| Octal | 154 | 252 | 102 | 44 | 0 | 75 | 41 | 140 | 54 | 56 |
| Binary | 1101100 | 10101010 | 1000010 | 100100 | 0 | 111101 | 100001 | 1100000 | 101100 | 101110 |
Color Harmonies of #6CAA42
Complementary color
Monochromatic Colors of #6CAA42
Black with #6CAA42
Text Example
Text Example
White with #6CAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA42; }
p { color: rgb(108,170,66); }
H1.HeaderClassName
{
color: #6CAA42;
}
.AnyTagClassName
{
color: #6CAA42;
}
</style>
background-color css
<style>
a { background-color: #6CAA42; }
a { background-color: rgb(108,170,66); }
div.DivClassName
{
background-color: #6CAA42;
}
.BgClassName
{
background-color: #6CAA42;
}
</style>
border-color css
<style>
span { border-color: #6CAA42; }
span { border-color: rgb(108,170,66); }
td.TdClassName
{
border-color: #6CAA42;
}
.TagClassName
{
border-color: #6CAA42;
}
</style>