Shades of Apple #6CBA5C
Tints of Apple #6CBA5C
RGB
CMYK
RGB Variations
Color information
#6CBA5C (or 0x6CBA5C) is known color: Apple. HEX triplet: 6C, BA and 5C. RGB value is (108,186,92). Sum of RGB (Red+Green+Blue) = 108+186+92=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA5C is #9345A3. Grayscale: #989898. Windows color (decimal): -9651620 or 6077036. OLE color: 6077036.
HSL color Cylindrical-coordinate representation of color #6CBA5C: hue angle of 109.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CBA5C is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 92 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.27 |
| HSL | 109.79º | 0.41% | 0.55% | - |
| HSV(B) | 109.79º | 0.51% | 0.73% | - |
| XYZ | 25.68 | 39.08 | 16.31 | - |
| YUV | 151.96 | 94.16 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 92 | 0.42 | 0 | 0.51 | 0.27 | 109.79 | 0.41 | 0.55 |
| Hex | 6C | BA | 5C | 2A | 0 | 33 | 1B | 6E | 29 | 37 |
| Octal | 154 | 272 | 134 | 52 | 0 | 63 | 33 | 156 | 51 | 67 |
| Binary | 1101100 | 10111010 | 1011100 | 101010 | 0 | 110011 | 11011 | 1101110 | 101001 | 110111 |
Color Harmonies of #6CBA5C
Complementary color
Monochromatic Colors of #6CBA5C
Black with #6CBA5C
Text Example
Text Example
White with #6CBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA5C; }
p { color: rgb(108,186,92); }
H1.HeaderClassName
{
color: #6CBA5C;
}
.AnyTagClassName
{
color: #6CBA5C;
}
</style>
background-color css
<style>
a { background-color: #6CBA5C; }
a { background-color: rgb(108,186,92); }
div.DivClassName
{
background-color: #6CBA5C;
}
.BgClassName
{
background-color: #6CBA5C;
}
</style>
border-color css
<style>
span { border-color: #6CBA5C; }
span { border-color: rgb(108,186,92); }
td.TdClassName
{
border-color: #6CBA5C;
}
.TagClassName
{
border-color: #6CBA5C;
}
</style>