Shades of Apple #6BAE49
Tints of Apple #6BAE49
RGB
CMYK
RGB Variations
Color information
#6BAE49 (or 0x6BAE49) is known color: Apple. HEX triplet: 6B, AE and 49. RGB value is (107,174,73). Sum of RGB (Red+Green+Blue) = 107+174+73=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE49 is #9451B6. Grayscale: #8E8E8E. Windows color (decimal): -9720247 or 4828779. OLE color: 4828779.
HSL color Cylindrical-coordinate representation of color #6BAE49: hue angle of 99.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BAE49 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 73 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.32 |
| HSL | 99.8º | 0.41% | 0.48% | - |
| HSV(B) | 99.8º | 0.58% | 0.68% | - |
| XYZ | 22.4 | 33.88 | 11.66 | - |
| YUV | 142.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 73 | 0.39 | 0 | 0.58 | 0.32 | 99.8 | 0.41 | 0.48 |
| Hex | 6B | AE | 49 | 27 | 0 | 3A | 20 | 64 | 29 | 30 |
| Octal | 153 | 256 | 111 | 47 | 0 | 72 | 40 | 144 | 51 | 60 |
| Binary | 1101011 | 10101110 | 1001001 | 100111 | 0 | 111010 | 100000 | 1100100 | 101001 | 110000 |
Color Harmonies of #6BAE49
Complementary color
Monochromatic Colors of #6BAE49
Black with #6BAE49
Text Example
Text Example
White with #6BAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE49; }
p { color: rgb(107,174,73); }
H1.HeaderClassName
{
color: #6BAE49;
}
.AnyTagClassName
{
color: #6BAE49;
}
</style>
background-color css
<style>
a { background-color: #6BAE49; }
a { background-color: rgb(107,174,73); }
div.DivClassName
{
background-color: #6BAE49;
}
.BgClassName
{
background-color: #6BAE49;
}
</style>
border-color css
<style>
span { border-color: #6BAE49; }
span { border-color: rgb(107,174,73); }
td.TdClassName
{
border-color: #6BAE49;
}
.TagClassName
{
border-color: #6BAE49;
}
</style>