Shades of Apple #6BB946
Tints of Apple #6BB946
RGB
CMYK
RGB Variations
Color information
#6BB946 (or 0x6BB946) is known color: Apple. HEX triplet: 6B, B9 and 46. RGB value is (107,185,70). Sum of RGB (Red+Green+Blue) = 107+185+70=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BB946 is #9446B9. Grayscale: #949494. Windows color (decimal): -9717434 or 4634987. OLE color: 4634987.
HSL color Cylindrical-coordinate representation of color #6BB946: hue angle of 100.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BB946 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 185 | 70 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.27 |
| HSL | 100.7º | 0.45% | 0.5% | - |
| HSV(B) | 100.7º | 0.62% | 0.73% | - |
| XYZ | 24.52 | 38.27 | 11.89 | - |
| YUV | 148.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 70 | 0.42 | 0 | 0.62 | 0.27 | 100.7 | 0.45 | 0.5 |
| Hex | 6B | B9 | 46 | 2A | 0 | 3E | 1B | 65 | 2D | 32 |
| Octal | 153 | 271 | 106 | 52 | 0 | 76 | 33 | 145 | 55 | 62 |
| Binary | 1101011 | 10111001 | 1000110 | 101010 | 0 | 111110 | 11011 | 1100101 | 101101 | 110010 |
Color Harmonies of #6BB946
Complementary color
Monochromatic Colors of #6BB946
Black with #6BB946
Text Example
Text Example
White with #6BB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB946; }
p { color: rgb(107,185,70); }
H1.HeaderClassName
{
color: #6BB946;
}
.AnyTagClassName
{
color: #6BB946;
}
</style>
background-color css
<style>
a { background-color: #6BB946; }
a { background-color: rgb(107,185,70); }
div.DivClassName
{
background-color: #6BB946;
}
.BgClassName
{
background-color: #6BB946;
}
</style>
border-color css
<style>
span { border-color: #6BB946; }
span { border-color: rgb(107,185,70); }
td.TdClassName
{
border-color: #6BB946;
}
.TagClassName
{
border-color: #6BB946;
}
</style>