Shades of Apple #6BA14C
Tints of Apple #6BA14C
RGB
CMYK
RGB Variations
Color information
#6BA14C (or 0x6BA14C) is known color: Apple. HEX triplet: 6B, A1 and 4C. RGB value is (107,161,76). Sum of RGB (Red+Green+Blue) = 107+161+76=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA14C is #945EB3. Grayscale: #878787. Windows color (decimal): -9723572 or 5022059. OLE color: 5022059.
HSL color Cylindrical-coordinate representation of color #6BA14C: hue angle of 98.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BA14C is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 76 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.37 |
| HSL | 98.12º | 0.36% | 0.46% | - |
| HSV(B) | 98.12º | 0.53% | 0.63% | - |
| XYZ | 20.11 | 29.14 | 11.4 | - |
| YUV | 135.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 76 | 0.34 | 0 | 0.53 | 0.37 | 98.12 | 0.36 | 0.46 |
| Hex | 6B | A1 | 4C | 22 | 0 | 35 | 25 | 62 | 24 | 2E |
| Octal | 153 | 241 | 114 | 42 | 0 | 65 | 45 | 142 | 44 | 56 |
| Binary | 1101011 | 10100001 | 1001100 | 100010 | 0 | 110101 | 100101 | 1100010 | 100100 | 101110 |
Color Harmonies of #6BA14C
Complementary color
Monochromatic Colors of #6BA14C
Black with #6BA14C
Text Example
Text Example
White with #6BA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA14C; }
p { color: rgb(107,161,76); }
H1.HeaderClassName
{
color: #6BA14C;
}
.AnyTagClassName
{
color: #6BA14C;
}
</style>
background-color css
<style>
a { background-color: #6BA14C; }
a { background-color: rgb(107,161,76); }
div.DivClassName
{
background-color: #6BA14C;
}
.BgClassName
{
background-color: #6BA14C;
}
</style>
border-color css
<style>
span { border-color: #6BA14C; }
span { border-color: rgb(107,161,76); }
td.TdClassName
{
border-color: #6BA14C;
}
.TagClassName
{
border-color: #6BA14C;
}
</style>