Shades of Apple #6AB731
Tints of Apple #6AB731
RGB
CMYK
RGB Variations
Color information
#6AB731 (or 0x6AB731) is known color: Apple. HEX triplet: 6A, B7 and 31. RGB value is (106,183,49). Sum of RGB (Red+Green+Blue) = 106+183+49=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB731 is #9548CE. Grayscale: #919191. Windows color (decimal): -9783503 or 3258218. OLE color: 3258218.
HSL color Cylindrical-coordinate representation of color #6AB731: hue angle of 94.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AB731 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 49 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.28 |
| HSL | 94.48º | 0.58% | 0.45% | - |
| HSV(B) | 94.48º | 0.73% | 0.72% | - |
| XYZ | 23.43 | 37.15 | 8.84 | - |
| YUV | 144.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 49 | 0.42 | 0 | 0.73 | 0.28 | 94.48 | 0.58 | 0.45 |
| Hex | 6A | B7 | 31 | 2A | 0 | 49 | 1C | 5E | 3A | 2D |
| Octal | 152 | 267 | 61 | 52 | 0 | 111 | 34 | 136 | 72 | 55 |
| Binary | 1101010 | 10110111 | 110001 | 101010 | 0 | 1001001 | 11100 | 1011110 | 111010 | 101101 |
Color Harmonies of #6AB731
Complementary color
Monochromatic Colors of #6AB731
Black with #6AB731
Text Example
Text Example
White with #6AB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB731; }
p { color: rgb(106,183,49); }
H1.HeaderClassName
{
color: #6AB731;
}
.AnyTagClassName
{
color: #6AB731;
}
</style>
background-color css
<style>
a { background-color: #6AB731; }
a { background-color: rgb(106,183,49); }
div.DivClassName
{
background-color: #6AB731;
}
.BgClassName
{
background-color: #6AB731;
}
</style>
border-color css
<style>
span { border-color: #6AB731; }
span { border-color: rgb(106,183,49); }
td.TdClassName
{
border-color: #6AB731;
}
.TagClassName
{
border-color: #6AB731;
}
</style>