Shades of Apple #6CA145
Tints of Apple #6CA145
RGB
CMYK
RGB Variations
Color information
#6CA145 (or 0x6CA145) is known color: Apple. HEX triplet: 6C, A1 and 45. RGB value is (108,161,69). Sum of RGB (Red+Green+Blue) = 108+161+69=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA145 is #935EBA. Grayscale: #868686. Windows color (decimal): -9658043 or 4563308. OLE color: 4563308.
HSL color Cylindrical-coordinate representation of color #6CA145: hue angle of 94.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA145 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 69 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.37 |
| HSL | 94.57º | 0.4% | 0.45% | - |
| HSV(B) | 94.57º | 0.57% | 0.63% | - |
| XYZ | 20 | 29.11 | 10.19 | - |
| YUV | 134.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 69 | 0.33 | 0 | 0.57 | 0.37 | 94.57 | 0.4 | 0.45 |
| Hex | 6C | A1 | 45 | 21 | 0 | 39 | 25 | 5F | 28 | 2D |
| Octal | 154 | 241 | 105 | 41 | 0 | 71 | 45 | 137 | 50 | 55 |
| Binary | 1101100 | 10100001 | 1000101 | 100001 | 0 | 111001 | 100101 | 1011111 | 101000 | 101101 |
Color Harmonies of #6CA145
Complementary color
Monochromatic Colors of #6CA145
Black with #6CA145
Text Example
Text Example
White with #6CA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA145; }
p { color: rgb(108,161,69); }
H1.HeaderClassName
{
color: #6CA145;
}
.AnyTagClassName
{
color: #6CA145;
}
</style>
background-color css
<style>
a { background-color: #6CA145; }
a { background-color: rgb(108,161,69); }
div.DivClassName
{
background-color: #6CA145;
}
.BgClassName
{
background-color: #6CA145;
}
</style>
border-color css
<style>
span { border-color: #6CA145; }
span { border-color: rgb(108,161,69); }
td.TdClassName
{
border-color: #6CA145;
}
.TagClassName
{
border-color: #6CA145;
}
</style>