Shades of Apple #6DB14B
Tints of Apple #6DB14B
RGB
CMYK
RGB Variations
Color information
#6DB14B (or 0x6DB14B) is known color: Apple. HEX triplet: 6D, B1 and 4B. RGB value is (109,177,75). Sum of RGB (Red+Green+Blue) = 109+177+75=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB14B is #924EB4. Grayscale: #919191. Windows color (decimal): -9588405 or 4960621. OLE color: 4960621.
HSL color Cylindrical-coordinate representation of color #6DB14B: hue angle of 100º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6DB14B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 177 | 75 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.31 |
| HSL | 100º | 0.4% | 0.49% | - |
| HSV(B) | 100º | 0.58% | 0.69% | - |
| XYZ | 23.3 | 35.2 | 12.22 | - |
| YUV | 145.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 177 | 75 | 0.38 | 0 | 0.58 | 0.31 | 100 | 0.4 | 0.49 |
| Hex | 6D | B1 | 4B | 26 | 0 | 3A | 1F | 64 | 28 | 31 |
| Octal | 155 | 261 | 113 | 46 | 0 | 72 | 37 | 144 | 50 | 61 |
| Binary | 1101101 | 10110001 | 1001011 | 100110 | 0 | 111010 | 11111 | 1100100 | 101000 | 110001 |
Color Harmonies of #6DB14B
Complementary color
Monochromatic Colors of #6DB14B
Black with #6DB14B
Text Example
Text Example
White with #6DB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB14B; }
p { color: rgb(109,177,75); }
H1.HeaderClassName
{
color: #6DB14B;
}
.AnyTagClassName
{
color: #6DB14B;
}
</style>
background-color css
<style>
a { background-color: #6DB14B; }
a { background-color: rgb(109,177,75); }
div.DivClassName
{
background-color: #6DB14B;
}
.BgClassName
{
background-color: #6DB14B;
}
</style>
border-color css
<style>
span { border-color: #6DB14B; }
span { border-color: rgb(109,177,75); }
td.TdClassName
{
border-color: #6DB14B;
}
.TagClassName
{
border-color: #6DB14B;
}
</style>