Shades of Apple #6BA35D
Tints of Apple #6BA35D
RGB
CMYK
RGB Variations
Color information
#6BA35D (or 0x6BA35D) is known color: Apple. HEX triplet: 6B, A3 and 5D. RGB value is (107,163,93). Sum of RGB (Red+Green+Blue) = 107+163+93=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA35D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA35D is #945CA2. Grayscale: #8A8A8A. Windows color (decimal): -9723043 or 6136683. OLE color: 6136683.
HSL color Cylindrical-coordinate representation of color #6BA35D: hue angle of 108º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BA35D is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 93 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.36 |
| HSL | 108º | 0.28% | 0.5% | - |
| HSV(B) | 108º | 0.43% | 0.64% | - |
| XYZ | 21.14 | 30.11 | 15.05 | - |
| YUV | 138.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 93 | 0.34 | 0 | 0.43 | 0.36 | 108 | 0.28 | 0.5 |
| Hex | 6B | A3 | 5D | 22 | 0 | 2B | 24 | 6C | 1C | 32 |
| Octal | 153 | 243 | 135 | 42 | 0 | 53 | 44 | 154 | 34 | 62 |
| Binary | 1101011 | 10100011 | 1011101 | 100010 | 0 | 101011 | 100100 | 1101100 | 11100 | 110010 |
Color Harmonies of #6BA35D
Complementary color
Monochromatic Colors of #6BA35D
Black with #6BA35D
Text Example
Text Example
White with #6BA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA35D; }
p { color: rgb(107,163,93); }
H1.HeaderClassName
{
color: #6BA35D;
}
.AnyTagClassName
{
color: #6BA35D;
}
</style>
background-color css
<style>
a { background-color: #6BA35D; }
a { background-color: rgb(107,163,93); }
div.DivClassName
{
background-color: #6BA35D;
}
.BgClassName
{
background-color: #6BA35D;
}
</style>
border-color css
<style>
span { border-color: #6BA35D; }
span { border-color: rgb(107,163,93); }
td.TdClassName
{
border-color: #6BA35D;
}
.TagClassName
{
border-color: #6BA35D;
}
</style>