Shades of Apple #6BA95C
Tints of Apple #6BA95C
RGB
CMYK
RGB Variations
Color information
#6BA95C (or 0x6BA95C) is known color: Apple. HEX triplet: 6B, A9 and 5C. RGB value is (107,169,92). Sum of RGB (Red+Green+Blue) = 107+169+92=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA95C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA95C is #9456A3. Grayscale: #8D8D8D. Windows color (decimal): -9721508 or 6072683. OLE color: 6072683.
HSL color Cylindrical-coordinate representation of color #6BA95C: hue angle of 108.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BA95C is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 92 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.34 |
| HSL | 108.31º | 0.31% | 0.51% | - |
| HSV(B) | 108.31º | 0.46% | 0.66% | - |
| XYZ | 22.18 | 32.27 | 15.19 | - |
| YUV | 141.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 92 | 0.37 | 0 | 0.46 | 0.34 | 108.31 | 0.31 | 0.51 |
| Hex | 6B | A9 | 5C | 25 | 0 | 2E | 22 | 6C | 1F | 33 |
| Octal | 153 | 251 | 134 | 45 | 0 | 56 | 42 | 154 | 37 | 63 |
| Binary | 1101011 | 10101001 | 1011100 | 100101 | 0 | 101110 | 100010 | 1101100 | 11111 | 110011 |
Color Harmonies of #6BA95C
Complementary color
Monochromatic Colors of #6BA95C
Black with #6BA95C
Text Example
Text Example
White with #6BA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA95C; }
p { color: rgb(107,169,92); }
H1.HeaderClassName
{
color: #6BA95C;
}
.AnyTagClassName
{
color: #6BA95C;
}
</style>
background-color css
<style>
a { background-color: #6BA95C; }
a { background-color: rgb(107,169,92); }
div.DivClassName
{
background-color: #6BA95C;
}
.BgClassName
{
background-color: #6BA95C;
}
</style>
border-color css
<style>
span { border-color: #6BA95C; }
span { border-color: rgb(107,169,92); }
td.TdClassName
{
border-color: #6BA95C;
}
.TagClassName
{
border-color: #6BA95C;
}
</style>