Shades of Apple #6AB03A
Tints of Apple #6AB03A
RGB
CMYK
RGB Variations
Color information
#6AB03A (or 0x6AB03A) is known color: Apple. HEX triplet: 6A, B0 and 3A. RGB value is (106,176,58). Sum of RGB (Red+Green+Blue) = 106+176+58=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB03A is #954FC5. Grayscale: #8E8E8E. Windows color (decimal): -9785286 or 3846250. OLE color: 3846250.
HSL color Cylindrical-coordinate representation of color #6AB03A: hue angle of 95.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AB03A is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 58 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.31 |
| HSL | 95.59º | 0.5% | 0.46% | - |
| HSV(B) | 95.59º | 0.67% | 0.69% | - |
| XYZ | 22.23 | 34.42 | 9.47 | - |
| YUV | 141.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 58 | 0.40 | 0 | 0.67 | 0.31 | 95.59 | 0.5 | 0.46 |
| Hex | 6A | B0 | 3A | 28 | 0 | 43 | 1F | 60 | 32 | 2E |
| Octal | 152 | 260 | 72 | 50 | 0 | 103 | 37 | 140 | 62 | 56 |
| Binary | 1101010 | 10110000 | 111010 | 101000 | 0 | 1000011 | 11111 | 1100000 | 110010 | 101110 |
Color Harmonies of #6AB03A
Complementary color
Monochromatic Colors of #6AB03A
Black with #6AB03A
Text Example
Text Example
White with #6AB03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB03A; }
p { color: rgb(106,176,58); }
H1.HeaderClassName
{
color: #6AB03A;
}
.AnyTagClassName
{
color: #6AB03A;
}
</style>
background-color css
<style>
a { background-color: #6AB03A; }
a { background-color: rgb(106,176,58); }
div.DivClassName
{
background-color: #6AB03A;
}
.BgClassName
{
background-color: #6AB03A;
}
</style>
border-color css
<style>
span { border-color: #6AB03A; }
span { border-color: rgb(106,176,58); }
td.TdClassName
{
border-color: #6AB03A;
}
.TagClassName
{
border-color: #6AB03A;
}
</style>