Shades of Apple #6CA858
Tints of Apple #6CA858
RGB
CMYK
RGB Variations
Color information
#6CA858 (or 0x6CA858) is known color: Apple. HEX triplet: 6C, A8 and 58. RGB value is (108,168,88). Sum of RGB (Red+Green+Blue) = 108+168+88=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA858 is #9357A7. Grayscale: #8D8D8D. Windows color (decimal): -9656232 or 5810284. OLE color: 5810284.
HSL color Cylindrical-coordinate representation of color #6CA858: hue angle of 105º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CA858 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 88 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.34 |
| HSL | 105º | 0.31% | 0.5% | - |
| HSV(B) | 105º | 0.48% | 0.66% | - |
| XYZ | 21.95 | 31.9 | 14.23 | - |
| YUV | 140.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 88 | 0.36 | 0 | 0.48 | 0.34 | 105 | 0.31 | 0.5 |
| Hex | 6C | A8 | 58 | 24 | 0 | 30 | 22 | 69 | 1F | 32 |
| Octal | 154 | 250 | 130 | 44 | 0 | 60 | 42 | 151 | 37 | 62 |
| Binary | 1101100 | 10101000 | 1011000 | 100100 | 0 | 110000 | 100010 | 1101001 | 11111 | 110010 |
Color Harmonies of #6CA858
Complementary color
Monochromatic Colors of #6CA858
Black with #6CA858
Text Example
Text Example
White with #6CA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA858; }
p { color: rgb(108,168,88); }
H1.HeaderClassName
{
color: #6CA858;
}
.AnyTagClassName
{
color: #6CA858;
}
</style>
background-color css
<style>
a { background-color: #6CA858; }
a { background-color: rgb(108,168,88); }
div.DivClassName
{
background-color: #6CA858;
}
.BgClassName
{
background-color: #6CA858;
}
</style>
border-color css
<style>
span { border-color: #6CA858; }
span { border-color: rgb(108,168,88); }
td.TdClassName
{
border-color: #6CA858;
}
.TagClassName
{
border-color: #6CA858;
}
</style>