Shades of Apple #6BA65F
Tints of Apple #6BA65F
RGB
CMYK
RGB Variations
Color information
#6BA65F (or 0x6BA65F) is known color: Apple. HEX triplet: 6B, A6 and 5F. RGB value is (107,166,95). Sum of RGB (Red+Green+Blue) = 107+166+95=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA65F is #9459A0. Grayscale: #8C8C8C. Windows color (decimal): -9722273 or 6268523. OLE color: 6268523.
HSL color Cylindrical-coordinate representation of color #6BA65F: hue angle of 109.86º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BA65F is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 95 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.35 |
| HSL | 109.86º | 0.29% | 0.51% | - |
| HSV(B) | 109.86º | 0.43% | 0.65% | - |
| XYZ | 21.77 | 31.22 | 15.71 | - |
| YUV | 140.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 95 | 0.36 | 0 | 0.43 | 0.35 | 109.86 | 0.29 | 0.51 |
| Hex | 6B | A6 | 5F | 24 | 0 | 2B | 23 | 6E | 1D | 33 |
| Octal | 153 | 246 | 137 | 44 | 0 | 53 | 43 | 156 | 35 | 63 |
| Binary | 1101011 | 10100110 | 1011111 | 100100 | 0 | 101011 | 100011 | 1101110 | 11101 | 110011 |
Color Harmonies of #6BA65F
Complementary color
Monochromatic Colors of #6BA65F
Black with #6BA65F
Text Example
Text Example
White with #6BA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA65F; }
p { color: rgb(107,166,95); }
H1.HeaderClassName
{
color: #6BA65F;
}
.AnyTagClassName
{
color: #6BA65F;
}
</style>
background-color css
<style>
a { background-color: #6BA65F; }
a { background-color: rgb(107,166,95); }
div.DivClassName
{
background-color: #6BA65F;
}
.BgClassName
{
background-color: #6BA65F;
}
</style>
border-color css
<style>
span { border-color: #6BA65F; }
span { border-color: rgb(107,166,95); }
td.TdClassName
{
border-color: #6BA65F;
}
.TagClassName
{
border-color: #6BA65F;
}
</style>