Shades of Apple #6BA641
Tints of Apple #6BA641
RGB
CMYK
RGB Variations
Color information
#6BA641 (or 0x6BA641) is known color: Apple. HEX triplet: 6B, A6 and 41. RGB value is (107,166,65). Sum of RGB (Red+Green+Blue) = 107+166+65=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA641 is #9459BE. Grayscale: #898989. Windows color (decimal): -9722303 or 4302443. OLE color: 4302443.
HSL color Cylindrical-coordinate representation of color #6BA641: hue angle of 95.05º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BA641 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 65 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.35 |
| HSL | 95.05º | 0.44% | 0.45% | - |
| HSV(B) | 95.05º | 0.61% | 0.65% | - |
| XYZ | 20.65 | 30.78 | 9.85 | - |
| YUV | 136.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 65 | 0.36 | 0 | 0.61 | 0.35 | 95.05 | 0.44 | 0.45 |
| Hex | 6B | A6 | 41 | 24 | 0 | 3D | 23 | 5F | 2C | 2D |
| Octal | 153 | 246 | 101 | 44 | 0 | 75 | 43 | 137 | 54 | 55 |
| Binary | 1101011 | 10100110 | 1000001 | 100100 | 0 | 111101 | 100011 | 1011111 | 101100 | 101101 |
Color Harmonies of #6BA641
Complementary color
Monochromatic Colors of #6BA641
Black with #6BA641
Text Example
Text Example
White with #6BA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA641; }
p { color: rgb(107,166,65); }
H1.HeaderClassName
{
color: #6BA641;
}
.AnyTagClassName
{
color: #6BA641;
}
</style>
background-color css
<style>
a { background-color: #6BA641; }
a { background-color: rgb(107,166,65); }
div.DivClassName
{
background-color: #6BA641;
}
.BgClassName
{
background-color: #6BA641;
}
</style>
border-color css
<style>
span { border-color: #6BA641; }
span { border-color: rgb(107,166,65); }
td.TdClassName
{
border-color: #6BA641;
}
.TagClassName
{
border-color: #6BA641;
}
</style>