Shades of Apple #6BAA4E
Tints of Apple #6BAA4E
RGB
CMYK
RGB Variations
Color information
#6BAA4E (or 0x6BAA4E) is known color: Apple. HEX triplet: 6B, AA and 4E. RGB value is (107,170,78). Sum of RGB (Red+Green+Blue) = 107+170+78=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA4E is #9455B1. Grayscale: #8C8C8C. Windows color (decimal): -9721266 or 5155435. OLE color: 5155435.
HSL color Cylindrical-coordinate representation of color #6BAA4E: hue angle of 101.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BAA4E is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 78 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.33 |
| HSL | 101.09º | 0.37% | 0.49% | - |
| HSV(B) | 101.09º | 0.54% | 0.67% | - |
| XYZ | 21.81 | 32.43 | 12.32 | - |
| YUV | 140.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 78 | 0.37 | 0 | 0.54 | 0.33 | 101.09 | 0.37 | 0.49 |
| Hex | 6B | AA | 4E | 25 | 0 | 36 | 21 | 65 | 25 | 31 |
| Octal | 153 | 252 | 116 | 45 | 0 | 66 | 41 | 145 | 45 | 61 |
| Binary | 1101011 | 10101010 | 1001110 | 100101 | 0 | 110110 | 100001 | 1100101 | 100101 | 110001 |
Color Harmonies of #6BAA4E
Complementary color
Monochromatic Colors of #6BAA4E
Black with #6BAA4E
Text Example
Text Example
White with #6BAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA4E; }
p { color: rgb(107,170,78); }
H1.HeaderClassName
{
color: #6BAA4E;
}
.AnyTagClassName
{
color: #6BAA4E;
}
</style>
background-color css
<style>
a { background-color: #6BAA4E; }
a { background-color: rgb(107,170,78); }
div.DivClassName
{
background-color: #6BAA4E;
}
.BgClassName
{
background-color: #6BAA4E;
}
</style>
border-color css
<style>
span { border-color: #6BAA4E; }
span { border-color: rgb(107,170,78); }
td.TdClassName
{
border-color: #6BAA4E;
}
.TagClassName
{
border-color: #6BAA4E;
}
</style>