Shades of Apple #6DBB46
Tints of Apple #6DBB46
RGB
CMYK
RGB Variations
Color information
#6DBB46 (or 0x6DBB46) is known color: Apple. HEX triplet: 6D, BB and 46. RGB value is (109,187,70). Sum of RGB (Red+Green+Blue) = 109+187+70=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBB46 is #9244B9. Grayscale: #969696. Windows color (decimal): -9585850 or 4635501. OLE color: 4635501.
HSL color Cylindrical-coordinate representation of color #6DBB46: hue angle of 100º 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 #6DBB46 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 70 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.27 |
| HSL | 100º | 0.46% | 0.5% | - |
| HSV(B) | 100º | 0.63% | 0.73% | - |
| XYZ | 25.18 | 39.23 | 12.04 | - |
| YUV | 150.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 70 | 0.42 | 0 | 0.63 | 0.27 | 100 | 0.46 | 0.5 |
| Hex | 6D | BB | 46 | 2A | 0 | 3F | 1B | 64 | 2E | 32 |
| Octal | 155 | 273 | 106 | 52 | 0 | 77 | 33 | 144 | 56 | 62 |
| Binary | 1101101 | 10111011 | 1000110 | 101010 | 0 | 111111 | 11011 | 1100100 | 101110 | 110010 |
Color Harmonies of #6DBB46
Complementary color
Monochromatic Colors of #6DBB46
Black with #6DBB46
Text Example
Text Example
White with #6DBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB46; }
p { color: rgb(109,187,70); }
H1.HeaderClassName
{
color: #6DBB46;
}
.AnyTagClassName
{
color: #6DBB46;
}
</style>
background-color css
<style>
a { background-color: #6DBB46; }
a { background-color: rgb(109,187,70); }
div.DivClassName
{
background-color: #6DBB46;
}
.BgClassName
{
background-color: #6DBB46;
}
</style>
border-color css
<style>
span { border-color: #6DBB46; }
span { border-color: rgb(109,187,70); }
td.TdClassName
{
border-color: #6DBB46;
}
.TagClassName
{
border-color: #6DBB46;
}
</style>