Shades of Apple #6CAA4B
Tints of Apple #6CAA4B
RGB
CMYK
RGB Variations
Color information
#6CAA4B (or 0x6CAA4B) is known color: Apple. HEX triplet: 6C, AA and 4B. RGB value is (108,170,75). Sum of RGB (Red+Green+Blue) = 108+170+75=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA4B is #9355B4. Grayscale: #8C8C8C. Windows color (decimal): -9655733 or 4958828. OLE color: 4958828.
HSL color Cylindrical-coordinate representation of color #6CAA4B: hue angle of 99.16º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CAA4B is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 75 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.33 |
| HSL | 99.16º | 0.39% | 0.48% | - |
| HSV(B) | 99.16º | 0.56% | 0.67% | - |
| XYZ | 21.83 | 32.45 | 11.77 | - |
| YUV | 140.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 75 | 0.36 | 0 | 0.56 | 0.33 | 99.16 | 0.39 | 0.48 |
| Hex | 6C | AA | 4B | 24 | 0 | 38 | 21 | 63 | 27 | 30 |
| Octal | 154 | 252 | 113 | 44 | 0 | 70 | 41 | 143 | 47 | 60 |
| Binary | 1101100 | 10101010 | 1001011 | 100100 | 0 | 111000 | 100001 | 1100011 | 100111 | 110000 |
Color Harmonies of #6CAA4B
Complementary color
Monochromatic Colors of #6CAA4B
Black with #6CAA4B
Text Example
Text Example
White with #6CAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA4B; }
p { color: rgb(108,170,75); }
H1.HeaderClassName
{
color: #6CAA4B;
}
.AnyTagClassName
{
color: #6CAA4B;
}
</style>
background-color css
<style>
a { background-color: #6CAA4B; }
a { background-color: rgb(108,170,75); }
div.DivClassName
{
background-color: #6CAA4B;
}
.BgClassName
{
background-color: #6CAA4B;
}
</style>
border-color css
<style>
span { border-color: #6CAA4B; }
span { border-color: rgb(108,170,75); }
td.TdClassName
{
border-color: #6CAA4B;
}
.TagClassName
{
border-color: #6CAA4B;
}
</style>