Shades of Apple #6AB145
Tints of Apple #6AB145
RGB
CMYK
RGB Variations
Color information
#6AB145 (or 0x6AB145) is known color: Apple. HEX triplet: 6A, B1 and 45. RGB value is (106,177,69). Sum of RGB (Red+Green+Blue) = 106+177+69=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB145 is #954EBA. Grayscale: #8F8F8F. Windows color (decimal): -9785019 or 4567402. OLE color: 4567402.
HSL color Cylindrical-coordinate representation of color #6AB145: hue angle of 99.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AB145 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 69 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.31 |
| HSL | 99.44º | 0.44% | 0.48% | - |
| HSV(B) | 99.44º | 0.61% | 0.69% | - |
| XYZ | 22.74 | 34.94 | 11.18 | - |
| YUV | 143.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 69 | 0.40 | 0 | 0.61 | 0.31 | 99.44 | 0.44 | 0.48 |
| Hex | 6A | B1 | 45 | 28 | 0 | 3D | 1F | 63 | 2C | 30 |
| Octal | 152 | 261 | 105 | 50 | 0 | 75 | 37 | 143 | 54 | 60 |
| Binary | 1101010 | 10110001 | 1000101 | 101000 | 0 | 111101 | 11111 | 1100011 | 101100 | 110000 |
Color Harmonies of #6AB145
Complementary color
Monochromatic Colors of #6AB145
Black with #6AB145
Text Example
Text Example
White with #6AB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB145; }
p { color: rgb(106,177,69); }
H1.HeaderClassName
{
color: #6AB145;
}
.AnyTagClassName
{
color: #6AB145;
}
</style>
background-color css
<style>
a { background-color: #6AB145; }
a { background-color: rgb(106,177,69); }
div.DivClassName
{
background-color: #6AB145;
}
.BgClassName
{
background-color: #6AB145;
}
</style>
border-color css
<style>
span { border-color: #6AB145; }
span { border-color: rgb(106,177,69); }
td.TdClassName
{
border-color: #6AB145;
}
.TagClassName
{
border-color: #6AB145;
}
</style>