Shades of Apple #6BBA31
Tints of Apple #6BBA31
RGB
CMYK
RGB Variations
Color information
#6BBA31 (or 0x6BBA31) is known color: Apple. HEX triplet: 6B, BA and 31. RGB value is (107,186,49). Sum of RGB (Red+Green+Blue) = 107+186+49=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBA31 is #9445CE. Grayscale: #939393. Windows color (decimal): -9717199 or 3258987. OLE color: 3258987.
HSL color Cylindrical-coordinate representation of color #6BBA31: hue angle of 94.6º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6BBA31 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 49 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.27 |
| HSL | 94.6º | 0.58% | 0.46% | - |
| HSV(B) | 94.6º | 0.74% | 0.73% | - |
| XYZ | 24.18 | 38.47 | 9.06 | - |
| YUV | 146.76 | 72.83 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 49 | 0.42 | 0 | 0.74 | 0.27 | 94.6 | 0.58 | 0.46 |
| Hex | 6B | BA | 31 | 2A | 0 | 4A | 1B | 5F | 3A | 2E |
| Octal | 153 | 272 | 61 | 52 | 0 | 112 | 33 | 137 | 72 | 56 |
| Binary | 1101011 | 10111010 | 110001 | 101010 | 0 | 1001010 | 11011 | 1011111 | 111010 | 101110 |
Color Harmonies of #6BBA31
Complementary color
Monochromatic Colors of #6BBA31
Black with #6BBA31
Text Example
Text Example
White with #6BBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA31; }
p { color: rgb(107,186,49); }
H1.HeaderClassName
{
color: #6BBA31;
}
.AnyTagClassName
{
color: #6BBA31;
}
</style>
background-color css
<style>
a { background-color: #6BBA31; }
a { background-color: rgb(107,186,49); }
div.DivClassName
{
background-color: #6BBA31;
}
.BgClassName
{
background-color: #6BBA31;
}
</style>
border-color css
<style>
span { border-color: #6BBA31; }
span { border-color: rgb(107,186,49); }
td.TdClassName
{
border-color: #6BBA31;
}
.TagClassName
{
border-color: #6BBA31;
}
</style>