Shades of Apple #6AB13F
Tints of Apple #6AB13F
RGB
CMYK
RGB Variations
Color information
#6AB13F (or 0x6AB13F) is known color: Apple. HEX triplet: 6A, B1 and 3F. RGB value is (106,177,63). Sum of RGB (Red+Green+Blue) = 106+177+63=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB13F is #954EC0. Grayscale: #8F8F8F. Windows color (decimal): -9785025 or 4174186. OLE color: 4174186.
HSL color Cylindrical-coordinate representation of color #6AB13F: hue angle of 97.37º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AB13F is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 63 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.31 |
| HSL | 97.37º | 0.48% | 0.47% | - |
| HSV(B) | 97.37º | 0.64% | 0.69% | - |
| XYZ | 22.56 | 34.87 | 10.24 | - |
| YUV | 142.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 63 | 0.40 | 0 | 0.64 | 0.31 | 97.37 | 0.48 | 0.47 |
| Hex | 6A | B1 | 3F | 28 | 0 | 40 | 1F | 61 | 30 | 2F |
| Octal | 152 | 261 | 77 | 50 | 0 | 100 | 37 | 141 | 60 | 57 |
| Binary | 1101010 | 10110001 | 111111 | 101000 | 0 | 1000000 | 11111 | 1100001 | 110000 | 101111 |
Color Harmonies of #6AB13F
Complementary color
Monochromatic Colors of #6AB13F
Black with #6AB13F
Text Example
Text Example
White with #6AB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB13F; }
p { color: rgb(106,177,63); }
H1.HeaderClassName
{
color: #6AB13F;
}
.AnyTagClassName
{
color: #6AB13F;
}
</style>
background-color css
<style>
a { background-color: #6AB13F; }
a { background-color: rgb(106,177,63); }
div.DivClassName
{
background-color: #6AB13F;
}
.BgClassName
{
background-color: #6AB13F;
}
</style>
border-color css
<style>
span { border-color: #6AB13F; }
span { border-color: rgb(106,177,63); }
td.TdClassName
{
border-color: #6AB13F;
}
.TagClassName
{
border-color: #6AB13F;
}
</style>