Shades of Apple #6CA85C
Tints of Apple #6CA85C
RGB
CMYK
RGB Variations
Color information
#6CA85C (or 0x6CA85C) is known color: Apple. HEX triplet: 6C, A8 and 5C. RGB value is (108,168,92). Sum of RGB (Red+Green+Blue) = 108+168+92=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA85C is #9357A3. Grayscale: #8D8D8D. Windows color (decimal): -9656228 or 6072428. OLE color: 6072428.
HSL color Cylindrical-coordinate representation of color #6CA85C: hue angle of 107.37º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CA85C is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 92 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.34 |
| HSL | 107.37º | 0.3% | 0.51% | - |
| HSV(B) | 107.37º | 0.45% | 0.66% | - |
| XYZ | 22.12 | 31.97 | 15.13 | - |
| YUV | 141.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 92 | 0.36 | 0 | 0.45 | 0.34 | 107.37 | 0.3 | 0.51 |
| Hex | 6C | A8 | 5C | 24 | 0 | 2D | 22 | 6B | 1E | 33 |
| Octal | 154 | 250 | 134 | 44 | 0 | 55 | 42 | 153 | 36 | 63 |
| Binary | 1101100 | 10101000 | 1011100 | 100100 | 0 | 101101 | 100010 | 1101011 | 11110 | 110011 |
Color Harmonies of #6CA85C
Complementary color
Monochromatic Colors of #6CA85C
Black with #6CA85C
Text Example
Text Example
White with #6CA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA85C; }
p { color: rgb(108,168,92); }
H1.HeaderClassName
{
color: #6CA85C;
}
.AnyTagClassName
{
color: #6CA85C;
}
</style>
background-color css
<style>
a { background-color: #6CA85C; }
a { background-color: rgb(108,168,92); }
div.DivClassName
{
background-color: #6CA85C;
}
.BgClassName
{
background-color: #6CA85C;
}
</style>
border-color css
<style>
span { border-color: #6CA85C; }
span { border-color: rgb(108,168,92); }
td.TdClassName
{
border-color: #6CA85C;
}
.TagClassName
{
border-color: #6CA85C;
}
</style>