Shades of Apple #6DB04B
Tints of Apple #6DB04B
RGB
CMYK
RGB Variations
Color information
#6DB04B (or 0x6DB04B) is known color: Apple. HEX triplet: 6D, B0 and 4B. RGB value is (109,176,75). Sum of RGB (Red+Green+Blue) = 109+176+75=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB04B is #924FB4. Grayscale: #909090. Windows color (decimal): -9588661 or 4960365. OLE color: 4960365.
HSL color Cylindrical-coordinate representation of color #6DB04B: hue angle of 99.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DB04B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 75 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.31 |
| HSL | 99.8º | 0.4% | 0.49% | - |
| HSV(B) | 99.8º | 0.57% | 0.69% | - |
| XYZ | 23.1 | 34.81 | 12.16 | - |
| YUV | 144.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 75 | 0.38 | 0 | 0.57 | 0.31 | 99.8 | 0.4 | 0.49 |
| Hex | 6D | B0 | 4B | 26 | 0 | 39 | 1F | 64 | 28 | 31 |
| Octal | 155 | 260 | 113 | 46 | 0 | 71 | 37 | 144 | 50 | 61 |
| Binary | 1101101 | 10110000 | 1001011 | 100110 | 0 | 111001 | 11111 | 1100100 | 101000 | 110001 |
Color Harmonies of #6DB04B
Complementary color
Monochromatic Colors of #6DB04B
Black with #6DB04B
Text Example
Text Example
White with #6DB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB04B; }
p { color: rgb(109,176,75); }
H1.HeaderClassName
{
color: #6DB04B;
}
.AnyTagClassName
{
color: #6DB04B;
}
</style>
background-color css
<style>
a { background-color: #6DB04B; }
a { background-color: rgb(109,176,75); }
div.DivClassName
{
background-color: #6DB04B;
}
.BgClassName
{
background-color: #6DB04B;
}
</style>
border-color css
<style>
span { border-color: #6DB04B; }
span { border-color: rgb(109,176,75); }
td.TdClassName
{
border-color: #6DB04B;
}
.TagClassName
{
border-color: #6DB04B;
}
</style>