Shades of Apple #68BD4F
Tints of Apple #68BD4F
RGB
CMYK
RGB Variations
Color information
#68BD4F (or 0x68BD4F) is known color: Apple. HEX triplet: 68, BD and 4F. RGB value is (104,189,79). Sum of RGB (Red+Green+Blue) = 104+189+79=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD4F is #9742B0. Grayscale: #979797. Windows color (decimal): -9913009 or 5225832. OLE color: 5225832.
HSL color Cylindrical-coordinate representation of color #68BD4F: hue angle of 106.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BD4F is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 79 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.26 |
| HSL | 106.36º | 0.45% | 0.53% | - |
| HSV(B) | 106.36º | 0.58% | 0.74% | - |
| XYZ | 25.32 | 39.9 | 13.76 | - |
| YUV | 151.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 79 | 0.45 | 0 | 0.58 | 0.26 | 106.36 | 0.45 | 0.53 |
| Hex | 68 | BD | 4F | 2D | 0 | 3A | 1A | 6A | 2D | 35 |
| Octal | 150 | 275 | 117 | 55 | 0 | 72 | 32 | 152 | 55 | 65 |
| Binary | 1101000 | 10111101 | 1001111 | 101101 | 0 | 111010 | 11010 | 1101010 | 101101 | 110101 |
Color Harmonies of #68BD4F
Complementary color
Monochromatic Colors of #68BD4F
Black with #68BD4F
Text Example
Text Example
White with #68BD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD4F; }
p { color: rgb(104,189,79); }
H1.HeaderClassName
{
color: #68BD4F;
}
.AnyTagClassName
{
color: #68BD4F;
}
</style>
background-color css
<style>
a { background-color: #68BD4F; }
a { background-color: rgb(104,189,79); }
div.DivClassName
{
background-color: #68BD4F;
}
.BgClassName
{
background-color: #68BD4F;
}
</style>
border-color css
<style>
span { border-color: #68BD4F; }
span { border-color: rgb(104,189,79); }
td.TdClassName
{
border-color: #68BD4F;
}
.TagClassName
{
border-color: #68BD4F;
}
</style>