Shades of Apple #6CB85C
Tints of Apple #6CB85C
RGB
CMYK
RGB Variations
Color information
#6CB85C (or 0x6CB85C) is known color: Apple. HEX triplet: 6C, B8 and 5C. RGB value is (108,184,92). Sum of RGB (Red+Green+Blue) = 108+184+92=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB85C is #9347A3. Grayscale: #979797. Windows color (decimal): -9652132 or 6076524. OLE color: 6076524.
HSL color Cylindrical-coordinate representation of color #6CB85C: hue angle of 109.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CB85C is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 184 | 92 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.28 |
| HSL | 109.57º | 0.39% | 0.54% | - |
| HSV(B) | 109.57º | 0.5% | 0.72% | - |
| XYZ | 25.26 | 38.24 | 16.18 | - |
| YUV | 150.79 | 94.82 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 92 | 0.41 | 0 | 0.50 | 0.28 | 109.57 | 0.39 | 0.54 |
| Hex | 6C | B8 | 5C | 29 | 0 | 32 | 1C | 6E | 27 | 36 |
| Octal | 154 | 270 | 134 | 51 | 0 | 62 | 34 | 156 | 47 | 66 |
| Binary | 1101100 | 10111000 | 1011100 | 101001 | 0 | 110010 | 11100 | 1101110 | 100111 | 110110 |
Color Harmonies of #6CB85C
Complementary color
Monochromatic Colors of #6CB85C
Black with #6CB85C
Text Example
Text Example
White with #6CB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB85C; }
p { color: rgb(108,184,92); }
H1.HeaderClassName
{
color: #6CB85C;
}
.AnyTagClassName
{
color: #6CB85C;
}
</style>
background-color css
<style>
a { background-color: #6CB85C; }
a { background-color: rgb(108,184,92); }
div.DivClassName
{
background-color: #6CB85C;
}
.BgClassName
{
background-color: #6CB85C;
}
</style>
border-color css
<style>
span { border-color: #6CB85C; }
span { border-color: rgb(108,184,92); }
td.TdClassName
{
border-color: #6CB85C;
}
.TagClassName
{
border-color: #6CB85C;
}
</style>