Shades of Apple #6CA85D
Tints of Apple #6CA85D
RGB
CMYK
RGB Variations
Color information
#6CA85D (or 0x6CA85D) is known color: Apple. HEX triplet: 6C, A8 and 5D. RGB value is (108,168,93). Sum of RGB (Red+Green+Blue) = 108+168+93=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA85D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA85D is #9357A2. Grayscale: #8D8D8D. Windows color (decimal): -9656227 or 6137964. OLE color: 6137964.
HSL color Cylindrical-coordinate representation of color #6CA85D: hue angle of 108º 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 #6CA85D is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 93 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.34 |
| HSL | 108º | 0.3% | 0.51% | - |
| HSV(B) | 108º | 0.45% | 0.66% | - |
| XYZ | 22.16 | 31.98 | 15.36 | - |
| YUV | 141.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 93 | 0.36 | 0 | 0.45 | 0.34 | 108 | 0.3 | 0.51 |
| Hex | 6C | A8 | 5D | 24 | 0 | 2D | 22 | 6C | 1E | 33 |
| Octal | 154 | 250 | 135 | 44 | 0 | 55 | 42 | 154 | 36 | 63 |
| Binary | 1101100 | 10101000 | 1011101 | 100100 | 0 | 101101 | 100010 | 1101100 | 11110 | 110011 |
Color Harmonies of #6CA85D
Complementary color
Monochromatic Colors of #6CA85D
Black with #6CA85D
Text Example
Text Example
White with #6CA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA85D; }
p { color: rgb(108,168,93); }
H1.HeaderClassName
{
color: #6CA85D;
}
.AnyTagClassName
{
color: #6CA85D;
}
</style>
background-color css
<style>
a { background-color: #6CA85D; }
a { background-color: rgb(108,168,93); }
div.DivClassName
{
background-color: #6CA85D;
}
.BgClassName
{
background-color: #6CA85D;
}
</style>
border-color css
<style>
span { border-color: #6CA85D; }
span { border-color: rgb(108,168,93); }
td.TdClassName
{
border-color: #6CA85D;
}
.TagClassName
{
border-color: #6CA85D;
}
</style>