Shades of Apple #68B93F
Tints of Apple #68B93F
RGB
CMYK
RGB Variations
Color information
#68B93F (or 0x68B93F) is known color: Apple. HEX triplet: 68, B9 and 3F. RGB value is (104,185,63). Sum of RGB (Red+Green+Blue) = 104+185+63=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #68B93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B93F is #9746C0. Grayscale: #939393. Windows color (decimal): -9914049 or 4176232. OLE color: 4176232.
HSL color Cylindrical-coordinate representation of color #68B93F: hue angle of 99.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68B93F is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 63 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.27 |
| HSL | 99.84º | 0.49% | 0.49% | - |
| HSV(B) | 99.84º | 0.66% | 0.73% | - |
| XYZ | 23.96 | 38 | 10.77 | - |
| YUV | 146.87 | 80.66 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 63 | 0.44 | 0 | 0.66 | 0.27 | 99.84 | 0.49 | 0.49 |
| Hex | 68 | B9 | 3F | 2C | 0 | 42 | 1B | 64 | 31 | 31 |
| Octal | 150 | 271 | 77 | 54 | 0 | 102 | 33 | 144 | 61 | 61 |
| Binary | 1101000 | 10111001 | 111111 | 101100 | 0 | 1000010 | 11011 | 1100100 | 110001 | 110001 |
Color Harmonies of #68B93F
Complementary color
Monochromatic Colors of #68B93F
Black with #68B93F
Text Example
Text Example
White with #68B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B93F; }
p { color: rgb(104,185,63); }
H1.HeaderClassName
{
color: #68B93F;
}
.AnyTagClassName
{
color: #68B93F;
}
</style>
background-color css
<style>
a { background-color: #68B93F; }
a { background-color: rgb(104,185,63); }
div.DivClassName
{
background-color: #68B93F;
}
.BgClassName
{
background-color: #68B93F;
}
</style>
border-color css
<style>
span { border-color: #68B93F; }
span { border-color: rgb(104,185,63); }
td.TdClassName
{
border-color: #68B93F;
}
.TagClassName
{
border-color: #68B93F;
}
</style>