Shades of Apple #6BA04A
Tints of Apple #6BA04A
RGB
CMYK
RGB Variations
Color information
#6BA04A (or 0x6BA04A) is known color: Apple. HEX triplet: 6B, A0 and 4A. RGB value is (107,160,74). Sum of RGB (Red+Green+Blue) = 107+160+74=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA04A is #945FB5. Grayscale: #868686. Windows color (decimal): -9723830 or 4890731. OLE color: 4890731.
HSL color Cylindrical-coordinate representation of color #6BA04A: hue angle of 96.98º 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 #6BA04A is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 74 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.37 |
| HSL | 96.98º | 0.37% | 0.46% | - |
| HSV(B) | 96.98º | 0.54% | 0.63% | - |
| XYZ | 19.87 | 28.76 | 10.98 | - |
| YUV | 134.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 74 | 0.33 | 0 | 0.54 | 0.37 | 96.98 | 0.37 | 0.46 |
| Hex | 6B | A0 | 4A | 21 | 0 | 36 | 25 | 61 | 25 | 2E |
| Octal | 153 | 240 | 112 | 41 | 0 | 66 | 45 | 141 | 45 | 56 |
| Binary | 1101011 | 10100000 | 1001010 | 100001 | 0 | 110110 | 100101 | 1100001 | 100101 | 101110 |
Color Harmonies of #6BA04A
Complementary color
Monochromatic Colors of #6BA04A
Black with #6BA04A
Text Example
Text Example
White with #6BA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA04A; }
p { color: rgb(107,160,74); }
H1.HeaderClassName
{
color: #6BA04A;
}
.AnyTagClassName
{
color: #6BA04A;
}
</style>
background-color css
<style>
a { background-color: #6BA04A; }
a { background-color: rgb(107,160,74); }
div.DivClassName
{
background-color: #6BA04A;
}
.BgClassName
{
background-color: #6BA04A;
}
</style>
border-color css
<style>
span { border-color: #6BA04A; }
span { border-color: rgb(107,160,74); }
td.TdClassName
{
border-color: #6BA04A;
}
.TagClassName
{
border-color: #6BA04A;
}
</style>