Shades of Apple #6ABC4C
Tints of Apple #6ABC4C
RGB
CMYK
RGB Variations
Color information
#6ABC4C (or 0x6ABC4C) is known color: Apple. HEX triplet: 6A, BC and 4C. RGB value is (106,188,76). Sum of RGB (Red+Green+Blue) = 106+188+76=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC4C is #9543B3. Grayscale: #979797. Windows color (decimal): -9782196 or 5028970. OLE color: 5028970.
HSL color Cylindrical-coordinate representation of color #6ABC4C: hue angle of 103.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6ABC4C is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 76 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.26 |
| HSL | 103.93º | 0.46% | 0.52% | - |
| HSV(B) | 103.93º | 0.6% | 0.74% | - |
| XYZ | 25.23 | 39.55 | 13.14 | - |
| YUV | 150.71 | 85.83 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 76 | 0.44 | 0 | 0.60 | 0.26 | 103.93 | 0.46 | 0.52 |
| Hex | 6A | BC | 4C | 2C | 0 | 3C | 1A | 68 | 2E | 34 |
| Octal | 152 | 274 | 114 | 54 | 0 | 74 | 32 | 150 | 56 | 64 |
| Binary | 1101010 | 10111100 | 1001100 | 101100 | 0 | 111100 | 11010 | 1101000 | 101110 | 110100 |
Color Harmonies of #6ABC4C
Complementary color
Monochromatic Colors of #6ABC4C
Black with #6ABC4C
Text Example
Text Example
White with #6ABC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC4C; }
p { color: rgb(106,188,76); }
H1.HeaderClassName
{
color: #6ABC4C;
}
.AnyTagClassName
{
color: #6ABC4C;
}
</style>
background-color css
<style>
a { background-color: #6ABC4C; }
a { background-color: rgb(106,188,76); }
div.DivClassName
{
background-color: #6ABC4C;
}
.BgClassName
{
background-color: #6ABC4C;
}
</style>
border-color css
<style>
span { border-color: #6ABC4C; }
span { border-color: rgb(106,188,76); }
td.TdClassName
{
border-color: #6ABC4C;
}
.TagClassName
{
border-color: #6ABC4C;
}
</style>