Shades of Apple #6BA95F
Tints of Apple #6BA95F
RGB
CMYK
RGB Variations
Color information
#6BA95F (or 0x6BA95F) is known color: Apple. HEX triplet: 6B, A9 and 5F. RGB value is (107,169,95). Sum of RGB (Red+Green+Blue) = 107+169+95=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA95F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA95F is #9456A0. Grayscale: #8E8E8E. Windows color (decimal): -9721505 or 6269291. OLE color: 6269291.
HSL color Cylindrical-coordinate representation of color #6BA95F: hue angle of 110.27º 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 #6BA95F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 95 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.34 |
| HSL | 110.27º | 0.3% | 0.52% | - |
| HSV(B) | 110.27º | 0.44% | 0.66% | - |
| XYZ | 22.32 | 32.33 | 15.89 | - |
| YUV | 142.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 95 | 0.37 | 0 | 0.44 | 0.34 | 110.27 | 0.3 | 0.52 |
| Hex | 6B | A9 | 5F | 25 | 0 | 2C | 22 | 6E | 1E | 34 |
| Octal | 153 | 251 | 137 | 45 | 0 | 54 | 42 | 156 | 36 | 64 |
| Binary | 1101011 | 10101001 | 1011111 | 100101 | 0 | 101100 | 100010 | 1101110 | 11110 | 110100 |
Color Harmonies of #6BA95F
Complementary color
Monochromatic Colors of #6BA95F
Black with #6BA95F
Text Example
Text Example
White with #6BA95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA95F; }
p { color: rgb(107,169,95); }
H1.HeaderClassName
{
color: #6BA95F;
}
.AnyTagClassName
{
color: #6BA95F;
}
</style>
background-color css
<style>
a { background-color: #6BA95F; }
a { background-color: rgb(107,169,95); }
div.DivClassName
{
background-color: #6BA95F;
}
.BgClassName
{
background-color: #6BA95F;
}
</style>
border-color css
<style>
span { border-color: #6BA95F; }
span { border-color: rgb(107,169,95); }
td.TdClassName
{
border-color: #6BA95F;
}
.TagClassName
{
border-color: #6BA95F;
}
</style>