Shades of Apple #6ABD3E
Tints of Apple #6ABD3E
RGB
CMYK
RGB Variations
Color information
#6ABD3E (or 0x6ABD3E) is known color: Apple. HEX triplet: 6A, BD and 3E. RGB value is (106,189,62). Sum of RGB (Red+Green+Blue) = 106+189+62=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABD3E is #9542C1. Grayscale: #969696. Windows color (decimal): -9781954 or 4111722. OLE color: 4111722.
HSL color Cylindrical-coordinate representation of color #6ABD3E: hue angle of 99.21º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6ABD3E is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 62 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.26 |
| HSL | 99.21º | 0.51% | 0.49% | - |
| HSV(B) | 99.21º | 0.67% | 0.74% | - |
| XYZ | 25.01 | 39.81 | 10.92 | - |
| YUV | 149.71 | 78.5 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 62 | 0.44 | 0 | 0.67 | 0.26 | 99.21 | 0.51 | 0.49 |
| Hex | 6A | BD | 3E | 2C | 0 | 43 | 1A | 63 | 33 | 31 |
| Octal | 152 | 275 | 76 | 54 | 0 | 103 | 32 | 143 | 63 | 61 |
| Binary | 1101010 | 10111101 | 111110 | 101100 | 0 | 1000011 | 11010 | 1100011 | 110011 | 110001 |
Color Harmonies of #6ABD3E
Complementary color
Monochromatic Colors of #6ABD3E
Black with #6ABD3E
Text Example
Text Example
White with #6ABD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABD3E; }
p { color: rgb(106,189,62); }
H1.HeaderClassName
{
color: #6ABD3E;
}
.AnyTagClassName
{
color: #6ABD3E;
}
</style>
background-color css
<style>
a { background-color: #6ABD3E; }
a { background-color: rgb(106,189,62); }
div.DivClassName
{
background-color: #6ABD3E;
}
.BgClassName
{
background-color: #6ABD3E;
}
</style>
border-color css
<style>
span { border-color: #6ABD3E; }
span { border-color: rgb(106,189,62); }
td.TdClassName
{
border-color: #6ABD3E;
}
.TagClassName
{
border-color: #6ABD3E;
}
</style>