Shades of Apple #6AB945
Tints of Apple #6AB945
RGB
CMYK
RGB Variations
Color information
#6AB945 (or 0x6AB945) is known color: Apple. HEX triplet: 6A, B9 and 45. RGB value is (106,185,69). Sum of RGB (Red+Green+Blue) = 106+185+69=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB945 is #9546BA. Grayscale: #949494. Windows color (decimal): -9782971 or 4569450. OLE color: 4569450.
HSL color Cylindrical-coordinate representation of color #6AB945: hue angle of 100.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AB945 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 185 | 69 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.27 |
| HSL | 100.86º | 0.46% | 0.5% | - |
| HSV(B) | 100.86º | 0.63% | 0.73% | - |
| XYZ | 24.37 | 38.19 | 11.72 | - |
| YUV | 148.16 | 83.33 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 185 | 69 | 0.43 | 0 | 0.63 | 0.27 | 100.86 | 0.46 | 0.5 |
| Hex | 6A | B9 | 45 | 2B | 0 | 3F | 1B | 65 | 2E | 32 |
| Octal | 152 | 271 | 105 | 53 | 0 | 77 | 33 | 145 | 56 | 62 |
| Binary | 1101010 | 10111001 | 1000101 | 101011 | 0 | 111111 | 11011 | 1100101 | 101110 | 110010 |
Color Harmonies of #6AB945
Complementary color
Monochromatic Colors of #6AB945
Black with #6AB945
Text Example
Text Example
White with #6AB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB945; }
p { color: rgb(106,185,69); }
H1.HeaderClassName
{
color: #6AB945;
}
.AnyTagClassName
{
color: #6AB945;
}
</style>
background-color css
<style>
a { background-color: #6AB945; }
a { background-color: rgb(106,185,69); }
div.DivClassName
{
background-color: #6AB945;
}
.BgClassName
{
background-color: #6AB945;
}
</style>
border-color css
<style>
span { border-color: #6AB945; }
span { border-color: rgb(106,185,69); }
td.TdClassName
{
border-color: #6AB945;
}
.TagClassName
{
border-color: #6AB945;
}
</style>