Shades of Apple #6DB75B
Tints of Apple #6DB75B
RGB
CMYK
RGB Variations
Color information
#6DB75B (or 0x6DB75B) is known color: Apple. HEX triplet: 6D, B7 and 5B. RGB value is (109,183,91). Sum of RGB (Red+Green+Blue) = 109+183+91=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB75B is #9248A4. Grayscale: #969696. Windows color (decimal): -9586853 or 6010733. OLE color: 6010733.
HSL color Cylindrical-coordinate representation of color #6DB75B: hue angle of 108.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DB75B is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 91 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.28 |
| HSL | 108.26º | 0.39% | 0.54% | - |
| HSV(B) | 108.26º | 0.5% | 0.72% | - |
| XYZ | 25.13 | 37.87 | 15.88 | - |
| YUV | 150.39 | 94.48 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 91 | 0.40 | 0 | 0.50 | 0.28 | 108.26 | 0.39 | 0.54 |
| Hex | 6D | B7 | 5B | 28 | 0 | 32 | 1C | 6C | 27 | 36 |
| Octal | 155 | 267 | 133 | 50 | 0 | 62 | 34 | 154 | 47 | 66 |
| Binary | 1101101 | 10110111 | 1011011 | 101000 | 0 | 110010 | 11100 | 1101100 | 100111 | 110110 |
Color Harmonies of #6DB75B
Complementary color
Monochromatic Colors of #6DB75B
Black with #6DB75B
Text Example
Text Example
White with #6DB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB75B; }
p { color: rgb(109,183,91); }
H1.HeaderClassName
{
color: #6DB75B;
}
.AnyTagClassName
{
color: #6DB75B;
}
</style>
background-color css
<style>
a { background-color: #6DB75B; }
a { background-color: rgb(109,183,91); }
div.DivClassName
{
background-color: #6DB75B;
}
.BgClassName
{
background-color: #6DB75B;
}
</style>
border-color css
<style>
span { border-color: #6DB75B; }
span { border-color: rgb(109,183,91); }
td.TdClassName
{
border-color: #6DB75B;
}
.TagClassName
{
border-color: #6DB75B;
}
</style>