Shades of Apple #6DB94F
Tints of Apple #6DB94F
RGB
CMYK
RGB Variations
Color information
#6DB94F (or 0x6DB94F) is known color: Apple. HEX triplet: 6D, B9 and 4F. RGB value is (109,185,79). Sum of RGB (Red+Green+Blue) = 109+185+79=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB94F is #9246B0. Grayscale: #969696. Windows color (decimal): -9586353 or 5224813. OLE color: 5224813.
HSL color Cylindrical-coordinate representation of color #6DB94F: hue angle of 103.02º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DB94F is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 79 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.27 |
| HSL | 103.02º | 0.43% | 0.52% | - |
| HSV(B) | 103.02º | 0.57% | 0.73% | - |
| XYZ | 25.07 | 38.51 | 13.51 | - |
| YUV | 150.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 79 | 0.41 | 0 | 0.57 | 0.27 | 103.02 | 0.43 | 0.52 |
| Hex | 6D | B9 | 4F | 29 | 0 | 39 | 1B | 67 | 2B | 34 |
| Octal | 155 | 271 | 117 | 51 | 0 | 71 | 33 | 147 | 53 | 64 |
| Binary | 1101101 | 10111001 | 1001111 | 101001 | 0 | 111001 | 11011 | 1100111 | 101011 | 110100 |
Color Harmonies of #6DB94F
Complementary color
Monochromatic Colors of #6DB94F
Black with #6DB94F
Text Example
Text Example
White with #6DB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB94F; }
p { color: rgb(109,185,79); }
H1.HeaderClassName
{
color: #6DB94F;
}
.AnyTagClassName
{
color: #6DB94F;
}
</style>
background-color css
<style>
a { background-color: #6DB94F; }
a { background-color: rgb(109,185,79); }
div.DivClassName
{
background-color: #6DB94F;
}
.BgClassName
{
background-color: #6DB94F;
}
</style>
border-color css
<style>
span { border-color: #6DB94F; }
span { border-color: rgb(109,185,79); }
td.TdClassName
{
border-color: #6DB94F;
}
.TagClassName
{
border-color: #6DB94F;
}
</style>