Shades of Apple #6BA340
Tints of Apple #6BA340
RGB
CMYK
RGB Variations
Color information
#6BA340 (or 0x6BA340) is known color: Apple. HEX triplet: 6B, A3 and 40. RGB value is (107,163,64). Sum of RGB (Red+Green+Blue) = 107+163+64=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA340 is #945CBF. Grayscale: #878787. Windows color (decimal): -9723072 or 4236139. OLE color: 4236139.
HSL color Cylindrical-coordinate representation of color #6BA340: hue angle of 93.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BA340 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 64 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.36 |
| HSL | 93.94º | 0.44% | 0.45% | - |
| HSV(B) | 93.94º | 0.61% | 0.64% | - |
| XYZ | 20.09 | 29.69 | 9.52 | - |
| YUV | 134.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 64 | 0.34 | 0 | 0.61 | 0.36 | 93.94 | 0.44 | 0.45 |
| Hex | 6B | A3 | 40 | 22 | 0 | 3D | 24 | 5E | 2C | 2D |
| Octal | 153 | 243 | 100 | 42 | 0 | 75 | 44 | 136 | 54 | 55 |
| Binary | 1101011 | 10100011 | 1000000 | 100010 | 0 | 111101 | 100100 | 1011110 | 101100 | 101101 |
Color Harmonies of #6BA340
Complementary color
Monochromatic Colors of #6BA340
Black with #6BA340
Text Example
Text Example
White with #6BA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA340; }
p { color: rgb(107,163,64); }
H1.HeaderClassName
{
color: #6BA340;
}
.AnyTagClassName
{
color: #6BA340;
}
</style>
background-color css
<style>
a { background-color: #6BA340; }
a { background-color: rgb(107,163,64); }
div.DivClassName
{
background-color: #6BA340;
}
.BgClassName
{
background-color: #6BA340;
}
</style>
border-color css
<style>
span { border-color: #6BA340; }
span { border-color: rgb(107,163,64); }
td.TdClassName
{
border-color: #6BA340;
}
.TagClassName
{
border-color: #6BA340;
}
</style>