Shades of Apple #6AB849
Tints of Apple #6AB849
RGB
CMYK
RGB Variations
Color information
#6AB849 (or 0x6AB849) is known color: Apple. HEX triplet: 6A, B8 and 49. RGB value is (106,184,73). Sum of RGB (Red+Green+Blue) = 106+184+73=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB849 is #9547B6. Grayscale: #949494. Windows color (decimal): -9783223 or 4831338. OLE color: 4831338.
HSL color Cylindrical-coordinate representation of color #6AB849: hue angle of 102.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AB849 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 73 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.28 |
| HSL | 102.16º | 0.44% | 0.5% | - |
| HSV(B) | 102.16º | 0.6% | 0.72% | - |
| XYZ | 24.29 | 37.83 | 12.32 | - |
| YUV | 148.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 73 | 0.42 | 0 | 0.60 | 0.28 | 102.16 | 0.44 | 0.5 |
| Hex | 6A | B8 | 49 | 2A | 0 | 3C | 1C | 66 | 2C | 32 |
| Octal | 152 | 270 | 111 | 52 | 0 | 74 | 34 | 146 | 54 | 62 |
| Binary | 1101010 | 10111000 | 1001001 | 101010 | 0 | 111100 | 11100 | 1100110 | 101100 | 110010 |
Color Harmonies of #6AB849
Complementary color
Monochromatic Colors of #6AB849
Black with #6AB849
Text Example
Text Example
White with #6AB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB849; }
p { color: rgb(106,184,73); }
H1.HeaderClassName
{
color: #6AB849;
}
.AnyTagClassName
{
color: #6AB849;
}
</style>
background-color css
<style>
a { background-color: #6AB849; }
a { background-color: rgb(106,184,73); }
div.DivClassName
{
background-color: #6AB849;
}
.BgClassName
{
background-color: #6AB849;
}
</style>
border-color css
<style>
span { border-color: #6AB849; }
span { border-color: rgb(106,184,73); }
td.TdClassName
{
border-color: #6AB849;
}
.TagClassName
{
border-color: #6AB849;
}
</style>