Shades of Apple #6BA140
Tints of Apple #6BA140
RGB
CMYK
RGB Variations
Color information
#6BA140 (or 0x6BA140) is known color: Apple. HEX triplet: 6B, A1 and 40. RGB value is (107,161,64). Sum of RGB (Red+Green+Blue) = 107+161+64=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA140 is #945EBF. Grayscale: #868686. Windows color (decimal): -9723584 or 4235627. OLE color: 4235627.
HSL color Cylindrical-coordinate representation of color #6BA140: hue angle of 93.4º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BA140 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 64 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.37 |
| HSL | 93.4º | 0.43% | 0.44% | - |
| HSV(B) | 93.4º | 0.6% | 0.63% | - |
| XYZ | 19.73 | 28.99 | 9.41 | - |
| YUV | 133.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 64 | 0.34 | 0 | 0.60 | 0.37 | 93.4 | 0.43 | 0.44 |
| Hex | 6B | A1 | 40 | 22 | 0 | 3C | 25 | 5D | 2B | 2C |
| Octal | 153 | 241 | 100 | 42 | 0 | 74 | 45 | 135 | 53 | 54 |
| Binary | 1101011 | 10100001 | 1000000 | 100010 | 0 | 111100 | 100101 | 1011101 | 101011 | 101100 |
Color Harmonies of #6BA140
Complementary color
Monochromatic Colors of #6BA140
Black with #6BA140
Text Example
Text Example
White with #6BA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA140; }
p { color: rgb(107,161,64); }
H1.HeaderClassName
{
color: #6BA140;
}
.AnyTagClassName
{
color: #6BA140;
}
</style>
background-color css
<style>
a { background-color: #6BA140; }
a { background-color: rgb(107,161,64); }
div.DivClassName
{
background-color: #6BA140;
}
.BgClassName
{
background-color: #6BA140;
}
</style>
border-color css
<style>
span { border-color: #6BA140; }
span { border-color: rgb(107,161,64); }
td.TdClassName
{
border-color: #6BA140;
}
.TagClassName
{
border-color: #6BA140;
}
</style>