Shades of Apple #6BA14A
Tints of Apple #6BA14A
RGB
CMYK
RGB Variations
Color information
#6BA14A (or 0x6BA14A) is known color: Apple. HEX triplet: 6B, A1 and 4A. RGB value is (107,161,74). Sum of RGB (Red+Green+Blue) = 107+161+74=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA14A is #945EB5. Grayscale: #878787. Windows color (decimal): -9723574 or 4890987. OLE color: 4890987.
HSL color Cylindrical-coordinate representation of color #6BA14A: hue angle of 97.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA14A is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 74 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.37 |
| HSL | 97.24º | 0.37% | 0.46% | - |
| HSV(B) | 97.24º | 0.54% | 0.63% | - |
| XYZ | 20.04 | 29.11 | 11.04 | - |
| YUV | 134.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 74 | 0.34 | 0 | 0.54 | 0.37 | 97.24 | 0.37 | 0.46 |
| Hex | 6B | A1 | 4A | 22 | 0 | 36 | 25 | 61 | 25 | 2E |
| Octal | 153 | 241 | 112 | 42 | 0 | 66 | 45 | 141 | 45 | 56 |
| Binary | 1101011 | 10100001 | 1001010 | 100010 | 0 | 110110 | 100101 | 1100001 | 100101 | 101110 |
Color Harmonies of #6BA14A
Complementary color
Monochromatic Colors of #6BA14A
Black with #6BA14A
Text Example
Text Example
White with #6BA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA14A; }
p { color: rgb(107,161,74); }
H1.HeaderClassName
{
color: #6BA14A;
}
.AnyTagClassName
{
color: #6BA14A;
}
</style>
background-color css
<style>
a { background-color: #6BA14A; }
a { background-color: rgb(107,161,74); }
div.DivClassName
{
background-color: #6BA14A;
}
.BgClassName
{
background-color: #6BA14A;
}
</style>
border-color css
<style>
span { border-color: #6BA14A; }
span { border-color: rgb(107,161,74); }
td.TdClassName
{
border-color: #6BA14A;
}
.TagClassName
{
border-color: #6BA14A;
}
</style>