Shades of Apple #6CAC5F
Tints of Apple #6CAC5F
RGB
CMYK
RGB Variations
Color information
#6CAC5F (or 0x6CAC5F) is known color: Apple. HEX triplet: 6C, AC and 5F. RGB value is (108,172,95). Sum of RGB (Red+Green+Blue) = 108+172+95=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAC5F is #9353A0. Grayscale: #909090. Windows color (decimal): -9655201 or 6270060. OLE color: 6270060.
HSL color Cylindrical-coordinate representation of color #6CAC5F: hue angle of 109.87º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CAC5F is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 95 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.33 |
| HSL | 109.87º | 0.32% | 0.52% | - |
| HSV(B) | 109.87º | 0.45% | 0.67% | - |
| XYZ | 23 | 33.52 | 16.08 | - |
| YUV | 144.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 95 | 0.37 | 0 | 0.45 | 0.33 | 109.87 | 0.32 | 0.52 |
| Hex | 6C | AC | 5F | 25 | 0 | 2D | 21 | 6E | 20 | 34 |
| Octal | 154 | 254 | 137 | 45 | 0 | 55 | 41 | 156 | 40 | 64 |
| Binary | 1101100 | 10101100 | 1011111 | 100101 | 0 | 101101 | 100001 | 1101110 | 100000 | 110100 |
Color Harmonies of #6CAC5F
Complementary color
Monochromatic Colors of #6CAC5F
Black with #6CAC5F
Text Example
Text Example
White with #6CAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC5F; }
p { color: rgb(108,172,95); }
H1.HeaderClassName
{
color: #6CAC5F;
}
.AnyTagClassName
{
color: #6CAC5F;
}
</style>
background-color css
<style>
a { background-color: #6CAC5F; }
a { background-color: rgb(108,172,95); }
div.DivClassName
{
background-color: #6CAC5F;
}
.BgClassName
{
background-color: #6CAC5F;
}
</style>
border-color css
<style>
span { border-color: #6CAC5F; }
span { border-color: rgb(108,172,95); }
td.TdClassName
{
border-color: #6CAC5F;
}
.TagClassName
{
border-color: #6CAC5F;
}
</style>