Shades of Apple #6BA95E
Tints of Apple #6BA95E
RGB
CMYK
RGB Variations
Color information
#6BA95E (or 0x6BA95E) is known color: Apple. HEX triplet: 6B, A9 and 5E. RGB value is (107,169,94). Sum of RGB (Red+Green+Blue) = 107+169+94=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA95E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA95E is #9456A1. Grayscale: #8E8E8E. Windows color (decimal): -9721506 or 6203755. OLE color: 6203755.
HSL color Cylindrical-coordinate representation of color #6BA95E: hue angle of 109.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BA95E is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 94 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.34 |
| HSL | 109.6º | 0.3% | 0.52% | - |
| HSV(B) | 109.6º | 0.44% | 0.66% | - |
| XYZ | 22.27 | 32.31 | 15.65 | - |
| YUV | 141.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 94 | 0.37 | 0 | 0.44 | 0.34 | 109.6 | 0.3 | 0.52 |
| Hex | 6B | A9 | 5E | 25 | 0 | 2C | 22 | 6E | 1E | 34 |
| Octal | 153 | 251 | 136 | 45 | 0 | 54 | 42 | 156 | 36 | 64 |
| Binary | 1101011 | 10101001 | 1011110 | 100101 | 0 | 101100 | 100010 | 1101110 | 11110 | 110100 |
Color Harmonies of #6BA95E
Complementary color
Monochromatic Colors of #6BA95E
Black with #6BA95E
Text Example
Text Example
White with #6BA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA95E; }
p { color: rgb(107,169,94); }
H1.HeaderClassName
{
color: #6BA95E;
}
.AnyTagClassName
{
color: #6BA95E;
}
</style>
background-color css
<style>
a { background-color: #6BA95E; }
a { background-color: rgb(107,169,94); }
div.DivClassName
{
background-color: #6BA95E;
}
.BgClassName
{
background-color: #6BA95E;
}
</style>
border-color css
<style>
span { border-color: #6BA95E; }
span { border-color: rgb(107,169,94); }
td.TdClassName
{
border-color: #6BA95E;
}
.TagClassName
{
border-color: #6BA95E;
}
</style>