Shades of Apple #6AB149
Tints of Apple #6AB149
RGB
CMYK
RGB Variations
Color information
#6AB149 (or 0x6AB149) is known color: Apple. HEX triplet: 6A, B1 and 49. RGB value is (106,177,73). Sum of RGB (Red+Green+Blue) = 106+177+73=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB149 is #954EB6. Grayscale: #909090. Windows color (decimal): -9785015 or 4829546. OLE color: 4829546.
HSL color Cylindrical-coordinate representation of color #6AB149: hue angle of 100.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AB149 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 73 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.31 |
| HSL | 100.96º | 0.42% | 0.49% | - |
| HSV(B) | 100.96º | 0.59% | 0.69% | - |
| XYZ | 22.87 | 34.99 | 11.85 | - |
| YUV | 143.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 73 | 0.40 | 0 | 0.59 | 0.31 | 100.96 | 0.42 | 0.49 |
| Hex | 6A | B1 | 49 | 28 | 0 | 3B | 1F | 65 | 2A | 31 |
| Octal | 152 | 261 | 111 | 50 | 0 | 73 | 37 | 145 | 52 | 61 |
| Binary | 1101010 | 10110001 | 1001001 | 101000 | 0 | 111011 | 11111 | 1100101 | 101010 | 110001 |
Color Harmonies of #6AB149
Complementary color
Monochromatic Colors of #6AB149
Black with #6AB149
Text Example
Text Example
White with #6AB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB149; }
p { color: rgb(106,177,73); }
H1.HeaderClassName
{
color: #6AB149;
}
.AnyTagClassName
{
color: #6AB149;
}
</style>
background-color css
<style>
a { background-color: #6AB149; }
a { background-color: rgb(106,177,73); }
div.DivClassName
{
background-color: #6AB149;
}
.BgClassName
{
background-color: #6AB149;
}
</style>
border-color css
<style>
span { border-color: #6AB149; }
span { border-color: rgb(106,177,73); }
td.TdClassName
{
border-color: #6AB149;
}
.TagClassName
{
border-color: #6AB149;
}
</style>