Shades of Apple #6CAD3C
Tints of Apple #6CAD3C
RGB
CMYK
RGB Variations
Color information
#6CAD3C (or 0x6CAD3C) is known color: Apple. HEX triplet: 6C, AD and 3C. RGB value is (108,173,60). Sum of RGB (Red+Green+Blue) = 108+173+60=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAD3C is #9352C3. Grayscale: #8D8D8D. Windows color (decimal): -9654980 or 3976556. OLE color: 3976556.
HSL color Cylindrical-coordinate representation of color #6CAD3C: hue angle of 94.51º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CAD3C is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 60 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.32 |
| HSL | 94.51º | 0.48% | 0.46% | - |
| HSV(B) | 94.51º | 0.65% | 0.68% | - |
| XYZ | 21.94 | 33.4 | 9.57 | - |
| YUV | 140.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 60 | 0.38 | 0 | 0.65 | 0.32 | 94.51 | 0.48 | 0.46 |
| Hex | 6C | AD | 3C | 26 | 0 | 41 | 20 | 5F | 30 | 2E |
| Octal | 154 | 255 | 74 | 46 | 0 | 101 | 40 | 137 | 60 | 56 |
| Binary | 1101100 | 10101101 | 111100 | 100110 | 0 | 1000001 | 100000 | 1011111 | 110000 | 101110 |
Color Harmonies of #6CAD3C
Complementary color
Monochromatic Colors of #6CAD3C
Black with #6CAD3C
Text Example
Text Example
White with #6CAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD3C; }
p { color: rgb(108,173,60); }
H1.HeaderClassName
{
color: #6CAD3C;
}
.AnyTagClassName
{
color: #6CAD3C;
}
</style>
background-color css
<style>
a { background-color: #6CAD3C; }
a { background-color: rgb(108,173,60); }
div.DivClassName
{
background-color: #6CAD3C;
}
.BgClassName
{
background-color: #6CAD3C;
}
</style>
border-color css
<style>
span { border-color: #6CAD3C; }
span { border-color: rgb(108,173,60); }
td.TdClassName
{
border-color: #6CAD3C;
}
.TagClassName
{
border-color: #6CAD3C;
}
</style>