Shades of Apple #6BBA45
Tints of Apple #6BBA45
RGB
CMYK
RGB Variations
Color information
#6BBA45 (or 0x6BBA45) is known color: Apple. HEX triplet: 6B, BA and 45. RGB value is (107,186,69). Sum of RGB (Red+Green+Blue) = 107+186+69=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBA45 is #9445BA. Grayscale: #959595. Windows color (decimal): -9717179 or 4569707. OLE color: 4569707.
HSL color Cylindrical-coordinate representation of color #6BBA45: hue angle of 100.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BBA45 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 69 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.27 |
| HSL | 100.51º | 0.46% | 0.5% | - |
| HSV(B) | 100.51º | 0.63% | 0.73% | - |
| XYZ | 24.7 | 38.67 | 11.79 | - |
| YUV | 149.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 69 | 0.42 | 0 | 0.63 | 0.27 | 100.51 | 0.46 | 0.5 |
| Hex | 6B | BA | 45 | 2A | 0 | 3F | 1B | 65 | 2E | 32 |
| Octal | 153 | 272 | 105 | 52 | 0 | 77 | 33 | 145 | 56 | 62 |
| Binary | 1101011 | 10111010 | 1000101 | 101010 | 0 | 111111 | 11011 | 1100101 | 101110 | 110010 |
Color Harmonies of #6BBA45
Complementary color
Monochromatic Colors of #6BBA45
Black with #6BBA45
Text Example
Text Example
White with #6BBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA45; }
p { color: rgb(107,186,69); }
H1.HeaderClassName
{
color: #6BBA45;
}
.AnyTagClassName
{
color: #6BBA45;
}
</style>
background-color css
<style>
a { background-color: #6BBA45; }
a { background-color: rgb(107,186,69); }
div.DivClassName
{
background-color: #6BBA45;
}
.BgClassName
{
background-color: #6BBA45;
}
</style>
border-color css
<style>
span { border-color: #6BBA45; }
span { border-color: rgb(107,186,69); }
td.TdClassName
{
border-color: #6BBA45;
}
.TagClassName
{
border-color: #6BBA45;
}
</style>