Shades of Apple #6ABB2F
Tints of Apple #6ABB2F
RGB
CMYK
RGB Variations
Color information
#6ABB2F (or 0x6ABB2F) is known color: Apple. HEX triplet: 6A, BB and 2F. RGB value is (106,187,47). Sum of RGB (Red+Green+Blue) = 106+187+47=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABB2F is #9544D0. Grayscale: #939393. Windows color (decimal): -9782481 or 3128170. OLE color: 3128170.
HSL color Cylindrical-coordinate representation of color #6ABB2F: hue angle of 94.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ABB2F is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 47 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.27 |
| HSL | 94.71º | 0.6% | 0.46% | - |
| HSV(B) | 94.71º | 0.75% | 0.73% | - |
| XYZ | 24.23 | 38.81 | 8.9 | - |
| YUV | 146.82 | 71.66 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 47 | 0.43 | 0 | 0.75 | 0.27 | 94.71 | 0.6 | 0.46 |
| Hex | 6A | BB | 2F | 2B | 0 | 4B | 1B | 5F | 3C | 2E |
| Octal | 152 | 273 | 57 | 53 | 0 | 113 | 33 | 137 | 74 | 56 |
| Binary | 1101010 | 10111011 | 101111 | 101011 | 0 | 1001011 | 11011 | 1011111 | 111100 | 101110 |
Color Harmonies of #6ABB2F
Complementary color
Monochromatic Colors of #6ABB2F
Black with #6ABB2F
Text Example
Text Example
White with #6ABB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB2F; }
p { color: rgb(106,187,47); }
H1.HeaderClassName
{
color: #6ABB2F;
}
.AnyTagClassName
{
color: #6ABB2F;
}
</style>
background-color css
<style>
a { background-color: #6ABB2F; }
a { background-color: rgb(106,187,47); }
div.DivClassName
{
background-color: #6ABB2F;
}
.BgClassName
{
background-color: #6ABB2F;
}
</style>
border-color css
<style>
span { border-color: #6ABB2F; }
span { border-color: rgb(106,187,47); }
td.TdClassName
{
border-color: #6ABB2F;
}
.TagClassName
{
border-color: #6ABB2F;
}
</style>