Shades of Apple #6DB64B
Tints of Apple #6DB64B
RGB
CMYK
RGB Variations
Color information
#6DB64B (or 0x6DB64B) is known color: Apple. HEX triplet: 6D, B6 and 4B. RGB value is (109,182,75). Sum of RGB (Red+Green+Blue) = 109+182+75=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB64B is #9249B4. Grayscale: #949494. Windows color (decimal): -9587125 or 4961901. OLE color: 4961901.
HSL color Cylindrical-coordinate representation of color #6DB64B: hue angle of 100.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DB64B is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 75 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.29 |
| HSL | 100.93º | 0.42% | 0.5% | - |
| HSV(B) | 100.93º | 0.59% | 0.71% | - |
| XYZ | 24.3 | 37.22 | 12.56 | - |
| YUV | 147.98 | 86.82 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 75 | 0.40 | 0 | 0.59 | 0.29 | 100.93 | 0.42 | 0.5 |
| Hex | 6D | B6 | 4B | 28 | 0 | 3B | 1D | 65 | 2A | 32 |
| Octal | 155 | 266 | 113 | 50 | 0 | 73 | 35 | 145 | 52 | 62 |
| Binary | 1101101 | 10110110 | 1001011 | 101000 | 0 | 111011 | 11101 | 1100101 | 101010 | 110010 |
Color Harmonies of #6DB64B
Complementary color
Monochromatic Colors of #6DB64B
Black with #6DB64B
Text Example
Text Example
White with #6DB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB64B; }
p { color: rgb(109,182,75); }
H1.HeaderClassName
{
color: #6DB64B;
}
.AnyTagClassName
{
color: #6DB64B;
}
</style>
background-color css
<style>
a { background-color: #6DB64B; }
a { background-color: rgb(109,182,75); }
div.DivClassName
{
background-color: #6DB64B;
}
.BgClassName
{
background-color: #6DB64B;
}
</style>
border-color css
<style>
span { border-color: #6DB64B; }
span { border-color: rgb(109,182,75); }
td.TdClassName
{
border-color: #6DB64B;
}
.TagClassName
{
border-color: #6DB64B;
}
</style>