Shades of Apple #6AB048
Tints of Apple #6AB048
RGB
CMYK
RGB Variations
Color information
#6AB048 (or 0x6AB048) is known color: Apple. HEX triplet: 6A, B0 and 48. RGB value is (106,176,72). Sum of RGB (Red+Green+Blue) = 106+176+72=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB048 is #954FB7. Grayscale: #8F8F8F. Windows color (decimal): -9785272 or 4763754. OLE color: 4763754.
HSL color Cylindrical-coordinate representation of color #6AB048: hue angle of 100.38º 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 #6AB048 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 72 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.31 |
| HSL | 100.38º | 0.42% | 0.49% | - |
| HSV(B) | 100.38º | 0.59% | 0.69% | - |
| XYZ | 22.64 | 34.58 | 11.61 | - |
| YUV | 143.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 72 | 0.40 | 0 | 0.59 | 0.31 | 100.38 | 0.42 | 0.49 |
| Hex | 6A | B0 | 48 | 28 | 0 | 3B | 1F | 64 | 2A | 31 |
| Octal | 152 | 260 | 110 | 50 | 0 | 73 | 37 | 144 | 52 | 61 |
| Binary | 1101010 | 10110000 | 1001000 | 101000 | 0 | 111011 | 11111 | 1100100 | 101010 | 110001 |
Color Harmonies of #6AB048
Complementary color
Monochromatic Colors of #6AB048
Black with #6AB048
Text Example
Text Example
White with #6AB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB048; }
p { color: rgb(106,176,72); }
H1.HeaderClassName
{
color: #6AB048;
}
.AnyTagClassName
{
color: #6AB048;
}
</style>
background-color css
<style>
a { background-color: #6AB048; }
a { background-color: rgb(106,176,72); }
div.DivClassName
{
background-color: #6AB048;
}
.BgClassName
{
background-color: #6AB048;
}
</style>
border-color css
<style>
span { border-color: #6AB048; }
span { border-color: rgb(106,176,72); }
td.TdClassName
{
border-color: #6AB048;
}
.TagClassName
{
border-color: #6AB048;
}
</style>