Shades of Apple #6CA958
Tints of Apple #6CA958
RGB
CMYK
RGB Variations
Color information
#6CA958 (or 0x6CA958) is known color: Apple. HEX triplet: 6C, A9 and 58. RGB value is (108,169,88). Sum of RGB (Red+Green+Blue) = 108+169+88=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA958 is #9356A7. Grayscale: #8D8D8D. Windows color (decimal): -9655976 or 5810540. OLE color: 5810540.
HSL color Cylindrical-coordinate representation of color #6CA958: hue angle of 105.19º degrees, saturation: 0.32, 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 #6CA958 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 88 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.34 |
| HSL | 105.19º | 0.32% | 0.5% | - |
| HSV(B) | 105.19º | 0.48% | 0.66% | - |
| XYZ | 22.13 | 32.27 | 14.29 | - |
| YUV | 141.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 88 | 0.36 | 0 | 0.48 | 0.34 | 105.19 | 0.32 | 0.5 |
| Hex | 6C | A9 | 58 | 24 | 0 | 30 | 22 | 69 | 20 | 32 |
| Octal | 154 | 251 | 130 | 44 | 0 | 60 | 42 | 151 | 40 | 62 |
| Binary | 1101100 | 10101001 | 1011000 | 100100 | 0 | 110000 | 100010 | 1101001 | 100000 | 110010 |
Color Harmonies of #6CA958
Complementary color
Monochromatic Colors of #6CA958
Black with #6CA958
Text Example
Text Example
White with #6CA958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA958; }
p { color: rgb(108,169,88); }
H1.HeaderClassName
{
color: #6CA958;
}
.AnyTagClassName
{
color: #6CA958;
}
</style>
background-color css
<style>
a { background-color: #6CA958; }
a { background-color: rgb(108,169,88); }
div.DivClassName
{
background-color: #6CA958;
}
.BgClassName
{
background-color: #6CA958;
}
</style>
border-color css
<style>
span { border-color: #6CA958; }
span { border-color: rgb(108,169,88); }
td.TdClassName
{
border-color: #6CA958;
}
.TagClassName
{
border-color: #6CA958;
}
</style>