Shades of Apple #6AB241
Tints of Apple #6AB241
RGB
CMYK
RGB Variations
Color information
#6AB241 (or 0x6AB241) is known color: Apple. HEX triplet: 6A, B2 and 41. RGB value is (106,178,65). Sum of RGB (Red+Green+Blue) = 106+178+65=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB241 is #954DBE. Grayscale: #8F8F8F. Windows color (decimal): -9784767 or 4305514. OLE color: 4305514.
HSL color Cylindrical-coordinate representation of color #6AB241: hue angle of 98.23º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AB241 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 65 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.30 |
| HSL | 98.23º | 0.47% | 0.48% | - |
| HSV(B) | 98.23º | 0.63% | 0.7% | - |
| XYZ | 22.82 | 35.29 | 10.61 | - |
| YUV | 143.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 65 | 0.40 | 0 | 0.63 | 0.30 | 98.23 | 0.47 | 0.48 |
| Hex | 6A | B2 | 41 | 28 | 0 | 3F | 1E | 62 | 2F | 30 |
| Octal | 152 | 262 | 101 | 50 | 0 | 77 | 36 | 142 | 57 | 60 |
| Binary | 1101010 | 10110010 | 1000001 | 101000 | 0 | 111111 | 11110 | 1100010 | 101111 | 110000 |
Color Harmonies of #6AB241
Complementary color
Monochromatic Colors of #6AB241
Black with #6AB241
Text Example
Text Example
White with #6AB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB241; }
p { color: rgb(106,178,65); }
H1.HeaderClassName
{
color: #6AB241;
}
.AnyTagClassName
{
color: #6AB241;
}
</style>
background-color css
<style>
a { background-color: #6AB241; }
a { background-color: rgb(106,178,65); }
div.DivClassName
{
background-color: #6AB241;
}
.BgClassName
{
background-color: #6AB241;
}
</style>
border-color css
<style>
span { border-color: #6AB241; }
span { border-color: rgb(106,178,65); }
td.TdClassName
{
border-color: #6AB241;
}
.TagClassName
{
border-color: #6AB241;
}
</style>