Shades of Apple #6CA95D
Tints of Apple #6CA95D
RGB
CMYK
RGB Variations
Color information
#6CA95D (or 0x6CA95D) is known color: Apple. HEX triplet: 6C, A9 and 5D. RGB value is (108,169,93). Sum of RGB (Red+Green+Blue) = 108+169+93=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA95D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA95D is #9356A2. Grayscale: #8E8E8E. Windows color (decimal): -9655971 or 6138220. OLE color: 6138220.
HSL color Cylindrical-coordinate representation of color #6CA95D: hue angle of 108.16º degrees, saturation: 0.31, 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 #6CA95D is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 93 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.34 |
| HSL | 108.16º | 0.31% | 0.51% | - |
| HSV(B) | 108.16º | 0.45% | 0.66% | - |
| XYZ | 22.35 | 32.35 | 15.42 | - |
| YUV | 142.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 93 | 0.36 | 0 | 0.45 | 0.34 | 108.16 | 0.31 | 0.51 |
| Hex | 6C | A9 | 5D | 24 | 0 | 2D | 22 | 6C | 1F | 33 |
| Octal | 154 | 251 | 135 | 44 | 0 | 55 | 42 | 154 | 37 | 63 |
| Binary | 1101100 | 10101001 | 1011101 | 100100 | 0 | 101101 | 100010 | 1101100 | 11111 | 110011 |
Color Harmonies of #6CA95D
Complementary color
Monochromatic Colors of #6CA95D
Black with #6CA95D
Text Example
Text Example
White with #6CA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA95D; }
p { color: rgb(108,169,93); }
H1.HeaderClassName
{
color: #6CA95D;
}
.AnyTagClassName
{
color: #6CA95D;
}
</style>
background-color css
<style>
a { background-color: #6CA95D; }
a { background-color: rgb(108,169,93); }
div.DivClassName
{
background-color: #6CA95D;
}
.BgClassName
{
background-color: #6CA95D;
}
</style>
border-color css
<style>
span { border-color: #6CA95D; }
span { border-color: rgb(108,169,93); }
td.TdClassName
{
border-color: #6CA95D;
}
.TagClassName
{
border-color: #6CA95D;
}
</style>