Shades of Apple #6BA14E
Tints of Apple #6BA14E
RGB
CMYK
RGB Variations
Color information
#6BA14E (or 0x6BA14E) is known color: Apple. HEX triplet: 6B, A1 and 4E. RGB value is (107,161,78). Sum of RGB (Red+Green+Blue) = 107+161+78=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA14E is #945EB1. Grayscale: #878787. Windows color (decimal): -9723570 or 5153131. OLE color: 5153131.
HSL color Cylindrical-coordinate representation of color #6BA14E: hue angle of 99.04º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BA14E is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 78 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.37 |
| HSL | 99.04º | 0.35% | 0.47% | - |
| HSV(B) | 99.04º | 0.52% | 0.63% | - |
| XYZ | 20.18 | 29.17 | 11.77 | - |
| YUV | 135.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 78 | 0.34 | 0 | 0.52 | 0.37 | 99.04 | 0.35 | 0.47 |
| Hex | 6B | A1 | 4E | 22 | 0 | 34 | 25 | 63 | 23 | 2F |
| Octal | 153 | 241 | 116 | 42 | 0 | 64 | 45 | 143 | 43 | 57 |
| Binary | 1101011 | 10100001 | 1001110 | 100010 | 0 | 110100 | 100101 | 1100011 | 100011 | 101111 |
Color Harmonies of #6BA14E
Complementary color
Monochromatic Colors of #6BA14E
Black with #6BA14E
Text Example
Text Example
White with #6BA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA14E; }
p { color: rgb(107,161,78); }
H1.HeaderClassName
{
color: #6BA14E;
}
.AnyTagClassName
{
color: #6BA14E;
}
</style>
background-color css
<style>
a { background-color: #6BA14E; }
a { background-color: rgb(107,161,78); }
div.DivClassName
{
background-color: #6BA14E;
}
.BgClassName
{
background-color: #6BA14E;
}
</style>
border-color css
<style>
span { border-color: #6BA14E; }
span { border-color: rgb(107,161,78); }
td.TdClassName
{
border-color: #6BA14E;
}
.TagClassName
{
border-color: #6BA14E;
}
</style>