Shades of Apple #6BA03F
Tints of Apple #6BA03F
RGB
CMYK
RGB Variations
Color information
#6BA03F (or 0x6BA03F) is known color: Apple. HEX triplet: 6B, A0 and 3F. RGB value is (107,160,63). Sum of RGB (Red+Green+Blue) = 107+160+63=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA03F is #945FC0. Grayscale: #858585. Windows color (decimal): -9723841 or 4169835. OLE color: 4169835.
HSL color Cylindrical-coordinate representation of color #6BA03F: hue angle of 92.78º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BA03F is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 63 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.37 |
| HSL | 92.78º | 0.43% | 0.44% | - |
| HSV(B) | 92.78º | 0.61% | 0.63% | - |
| XYZ | 19.53 | 28.63 | 9.2 | - |
| YUV | 133.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 63 | 0.33 | 0 | 0.61 | 0.37 | 92.78 | 0.43 | 0.44 |
| Hex | 6B | A0 | 3F | 21 | 0 | 3D | 25 | 5D | 2B | 2C |
| Octal | 153 | 240 | 77 | 41 | 0 | 75 | 45 | 135 | 53 | 54 |
| Binary | 1101011 | 10100000 | 111111 | 100001 | 0 | 111101 | 100101 | 1011101 | 101011 | 101100 |
Color Harmonies of #6BA03F
Complementary color
Monochromatic Colors of #6BA03F
Black with #6BA03F
Text Example
Text Example
White with #6BA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA03F; }
p { color: rgb(107,160,63); }
H1.HeaderClassName
{
color: #6BA03F;
}
.AnyTagClassName
{
color: #6BA03F;
}
</style>
background-color css
<style>
a { background-color: #6BA03F; }
a { background-color: rgb(107,160,63); }
div.DivClassName
{
background-color: #6BA03F;
}
.BgClassName
{
background-color: #6BA03F;
}
</style>
border-color css
<style>
span { border-color: #6BA03F; }
span { border-color: rgb(107,160,63); }
td.TdClassName
{
border-color: #6BA03F;
}
.TagClassName
{
border-color: #6BA03F;
}
</style>