Shades of Apple #6BA44F
Tints of Apple #6BA44F
RGB
CMYK
RGB Variations
Color information
#6BA44F (or 0x6BA44F) is known color: Apple. HEX triplet: 6B, A4 and 4F. RGB value is (107,164,79). Sum of RGB (Red+Green+Blue) = 107+164+79=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA44F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA44F is #945BB0. Grayscale: #898989. Windows color (decimal): -9722801 or 5219435. OLE color: 5219435.
HSL color Cylindrical-coordinate representation of color #6BA44F: hue angle of 100.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BA44F is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 79 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.36 |
| HSL | 100.24º | 0.35% | 0.48% | - |
| HSV(B) | 100.24º | 0.52% | 0.64% | - |
| XYZ | 20.75 | 30.24 | 12.14 | - |
| YUV | 137.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 79 | 0.35 | 0 | 0.52 | 0.36 | 100.24 | 0.35 | 0.48 |
| Hex | 6B | A4 | 4F | 23 | 0 | 34 | 24 | 64 | 23 | 30 |
| Octal | 153 | 244 | 117 | 43 | 0 | 64 | 44 | 144 | 43 | 60 |
| Binary | 1101011 | 10100100 | 1001111 | 100011 | 0 | 110100 | 100100 | 1100100 | 100011 | 110000 |
Color Harmonies of #6BA44F
Complementary color
Monochromatic Colors of #6BA44F
Black with #6BA44F
Text Example
Text Example
White with #6BA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA44F; }
p { color: rgb(107,164,79); }
H1.HeaderClassName
{
color: #6BA44F;
}
.AnyTagClassName
{
color: #6BA44F;
}
</style>
background-color css
<style>
a { background-color: #6BA44F; }
a { background-color: rgb(107,164,79); }
div.DivClassName
{
background-color: #6BA44F;
}
.BgClassName
{
background-color: #6BA44F;
}
</style>
border-color css
<style>
span { border-color: #6BA44F; }
span { border-color: rgb(107,164,79); }
td.TdClassName
{
border-color: #6BA44F;
}
.TagClassName
{
border-color: #6BA44F;
}
</style>