Shades of Apple #6BA65D
Tints of Apple #6BA65D
RGB
CMYK
RGB Variations
Color information
#6BA65D (or 0x6BA65D) is known color: Apple. HEX triplet: 6B, A6 and 5D. RGB value is (107,166,93). Sum of RGB (Red+Green+Blue) = 107+166+93=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA65D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA65D is #9459A2. Grayscale: #8C8C8C. Windows color (decimal): -9722275 or 6137451. OLE color: 6137451.
HSL color Cylindrical-coordinate representation of color #6BA65D: hue angle of 108.49º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BA65D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 93 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.35 |
| HSL | 108.49º | 0.29% | 0.51% | - |
| HSV(B) | 108.49º | 0.44% | 0.65% | - |
| XYZ | 21.68 | 31.19 | 15.23 | - |
| YUV | 140.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 93 | 0.36 | 0 | 0.44 | 0.35 | 108.49 | 0.29 | 0.51 |
| Hex | 6B | A6 | 5D | 24 | 0 | 2C | 23 | 6C | 1D | 33 |
| Octal | 153 | 246 | 135 | 44 | 0 | 54 | 43 | 154 | 35 | 63 |
| Binary | 1101011 | 10100110 | 1011101 | 100100 | 0 | 101100 | 100011 | 1101100 | 11101 | 110011 |
Color Harmonies of #6BA65D
Complementary color
Monochromatic Colors of #6BA65D
Black with #6BA65D
Text Example
Text Example
White with #6BA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA65D; }
p { color: rgb(107,166,93); }
H1.HeaderClassName
{
color: #6BA65D;
}
.AnyTagClassName
{
color: #6BA65D;
}
</style>
background-color css
<style>
a { background-color: #6BA65D; }
a { background-color: rgb(107,166,93); }
div.DivClassName
{
background-color: #6BA65D;
}
.BgClassName
{
background-color: #6BA65D;
}
</style>
border-color css
<style>
span { border-color: #6BA65D; }
span { border-color: rgb(107,166,93); }
td.TdClassName
{
border-color: #6BA65D;
}
.TagClassName
{
border-color: #6BA65D;
}
</style>