Shades of Apple #6DBA4A
Tints of Apple #6DBA4A
RGB
CMYK
RGB Variations
Color information
#6DBA4A (or 0x6DBA4A) is known color: Apple. HEX triplet: 6D, BA and 4A. RGB value is (109,186,74). Sum of RGB (Red+Green+Blue) = 109+186+74=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBA4A is #9245B5. Grayscale: #969696. Windows color (decimal): -9586102 or 4897389. OLE color: 4897389.
HSL color Cylindrical-coordinate representation of color #6DBA4A: hue angle of 101.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6DBA4A is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 74 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.27 |
| HSL | 101.25º | 0.45% | 0.51% | - |
| HSV(B) | 101.25º | 0.6% | 0.73% | - |
| XYZ | 25.1 | 38.86 | 12.66 | - |
| YUV | 150.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 74 | 0.41 | 0 | 0.60 | 0.27 | 101.25 | 0.45 | 0.51 |
| Hex | 6D | BA | 4A | 29 | 0 | 3C | 1B | 65 | 2D | 33 |
| Octal | 155 | 272 | 112 | 51 | 0 | 74 | 33 | 145 | 55 | 63 |
| Binary | 1101101 | 10111010 | 1001010 | 101001 | 0 | 111100 | 11011 | 1100101 | 101101 | 110011 |
Color Harmonies of #6DBA4A
Complementary color
Monochromatic Colors of #6DBA4A
Black with #6DBA4A
Text Example
Text Example
White with #6DBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA4A; }
p { color: rgb(109,186,74); }
H1.HeaderClassName
{
color: #6DBA4A;
}
.AnyTagClassName
{
color: #6DBA4A;
}
</style>
background-color css
<style>
a { background-color: #6DBA4A; }
a { background-color: rgb(109,186,74); }
div.DivClassName
{
background-color: #6DBA4A;
}
.BgClassName
{
background-color: #6DBA4A;
}
</style>
border-color css
<style>
span { border-color: #6DBA4A; }
span { border-color: rgb(109,186,74); }
td.TdClassName
{
border-color: #6DBA4A;
}
.TagClassName
{
border-color: #6DBA4A;
}
</style>