Shades of Apple #6ABC3B
Tints of Apple #6ABC3B
RGB
CMYK
RGB Variations
Color information
#6ABC3B (or 0x6ABC3B) is known color: Apple. HEX triplet: 6A, BC and 3B. RGB value is (106,188,59). Sum of RGB (Red+Green+Blue) = 106+188+59=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC3B is #9543C4. Grayscale: #959595. Windows color (decimal): -9782213 or 3914858. OLE color: 3914858.
HSL color Cylindrical-coordinate representation of color #6ABC3B: hue angle of 98.14º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ABC3B is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 59 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.26 |
| HSL | 98.14º | 0.52% | 0.48% | - |
| HSV(B) | 98.14º | 0.69% | 0.74% | - |
| XYZ | 24.72 | 39.35 | 10.43 | - |
| YUV | 148.78 | 77.33 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 59 | 0.44 | 0 | 0.69 | 0.26 | 98.14 | 0.52 | 0.48 |
| Hex | 6A | BC | 3B | 2C | 0 | 45 | 1A | 62 | 34 | 30 |
| Octal | 152 | 274 | 73 | 54 | 0 | 105 | 32 | 142 | 64 | 60 |
| Binary | 1101010 | 10111100 | 111011 | 101100 | 0 | 1000101 | 11010 | 1100010 | 110100 | 110000 |
Color Harmonies of #6ABC3B
Complementary color
Monochromatic Colors of #6ABC3B
Black with #6ABC3B
Text Example
Text Example
White with #6ABC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC3B; }
p { color: rgb(106,188,59); }
H1.HeaderClassName
{
color: #6ABC3B;
}
.AnyTagClassName
{
color: #6ABC3B;
}
</style>
background-color css
<style>
a { background-color: #6ABC3B; }
a { background-color: rgb(106,188,59); }
div.DivClassName
{
background-color: #6ABC3B;
}
.BgClassName
{
background-color: #6ABC3B;
}
</style>
border-color css
<style>
span { border-color: #6ABC3B; }
span { border-color: rgb(106,188,59); }
td.TdClassName
{
border-color: #6ABC3B;
}
.TagClassName
{
border-color: #6ABC3B;
}
</style>