Shades of Apple #6BBA3D
Tints of Apple #6BBA3D
RGB
CMYK
RGB Variations
Color information
#6BBA3D (or 0x6BBA3D) is known color: Apple. HEX triplet: 6B, BA and 3D. RGB value is (107,186,61). Sum of RGB (Red+Green+Blue) = 107+186+61=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBA3D is #9445C2. Grayscale: #949494. Windows color (decimal): -9717187 or 4045419. OLE color: 4045419.
HSL color Cylindrical-coordinate representation of color #6BBA3D: hue angle of 97.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6BBA3D is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 61 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.27 |
| HSL | 97.92º | 0.51% | 0.48% | - |
| HSV(B) | 97.92º | 0.67% | 0.73% | - |
| XYZ | 24.46 | 38.58 | 10.57 | - |
| YUV | 148.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 61 | 0.42 | 0 | 0.67 | 0.27 | 97.92 | 0.51 | 0.48 |
| Hex | 6B | BA | 3D | 2A | 0 | 43 | 1B | 62 | 33 | 30 |
| Octal | 153 | 272 | 75 | 52 | 0 | 103 | 33 | 142 | 63 | 60 |
| Binary | 1101011 | 10111010 | 111101 | 101010 | 0 | 1000011 | 11011 | 1100010 | 110011 | 110000 |
Color Harmonies of #6BBA3D
Complementary color
Monochromatic Colors of #6BBA3D
Black with #6BBA3D
Text Example
Text Example
White with #6BBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA3D; }
p { color: rgb(107,186,61); }
H1.HeaderClassName
{
color: #6BBA3D;
}
.AnyTagClassName
{
color: #6BBA3D;
}
</style>
background-color css
<style>
a { background-color: #6BBA3D; }
a { background-color: rgb(107,186,61); }
div.DivClassName
{
background-color: #6BBA3D;
}
.BgClassName
{
background-color: #6BBA3D;
}
</style>
border-color css
<style>
span { border-color: #6BBA3D; }
span { border-color: rgb(107,186,61); }
td.TdClassName
{
border-color: #6BBA3D;
}
.TagClassName
{
border-color: #6BBA3D;
}
</style>