Shades of Apple #6CA558
Tints of Apple #6CA558
RGB
CMYK
RGB Variations
Color information
#6CA558 (or 0x6CA558) is known color: Apple. HEX triplet: 6C, A5 and 58. RGB value is (108,165,88). Sum of RGB (Red+Green+Blue) = 108+165+88=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA558 is #935AA7. Grayscale: #8B8B8B. Windows color (decimal): -9657000 or 5809516. OLE color: 5809516.
HSL color Cylindrical-coordinate representation of color #6CA558: hue angle of 104.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CA558 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 165 | 88 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.35 |
| HSL | 104.42º | 0.3% | 0.5% | - |
| HSV(B) | 104.42º | 0.47% | 0.65% | - |
| XYZ | 21.4 | 30.8 | 14.05 | - |
| YUV | 139.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 165 | 88 | 0.35 | 0 | 0.47 | 0.35 | 104.42 | 0.3 | 0.5 |
| Hex | 6C | A5 | 58 | 23 | 0 | 2F | 23 | 68 | 1E | 32 |
| Octal | 154 | 245 | 130 | 43 | 0 | 57 | 43 | 150 | 36 | 62 |
| Binary | 1101100 | 10100101 | 1011000 | 100011 | 0 | 101111 | 100011 | 1101000 | 11110 | 110010 |
Color Harmonies of #6CA558
Complementary color
Monochromatic Colors of #6CA558
Black with #6CA558
Text Example
Text Example
White with #6CA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA558; }
p { color: rgb(108,165,88); }
H1.HeaderClassName
{
color: #6CA558;
}
.AnyTagClassName
{
color: #6CA558;
}
</style>
background-color css
<style>
a { background-color: #6CA558; }
a { background-color: rgb(108,165,88); }
div.DivClassName
{
background-color: #6CA558;
}
.BgClassName
{
background-color: #6CA558;
}
</style>
border-color css
<style>
span { border-color: #6CA558; }
span { border-color: rgb(108,165,88); }
td.TdClassName
{
border-color: #6CA558;
}
.TagClassName
{
border-color: #6CA558;
}
</style>