Shades of Apple #68B93D
Tints of Apple #68B93D
RGB
CMYK
RGB Variations
Color information
#68B93D (or 0x68B93D) is known color: Apple. HEX triplet: 68, B9 and 3D. RGB value is (104,185,61). Sum of RGB (Red+Green+Blue) = 104+185+61=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #68B93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B93D is #9746C2. Grayscale: #939393. Windows color (decimal): -9914051 or 4045160. OLE color: 4045160.
HSL color Cylindrical-coordinate representation of color #68B93D: hue angle of 99.19º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68B93D is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 61 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.27 |
| HSL | 99.19º | 0.5% | 0.48% | - |
| HSV(B) | 99.19º | 0.67% | 0.73% | - |
| XYZ | 23.9 | 37.98 | 10.49 | - |
| YUV | 146.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 61 | 0.44 | 0 | 0.67 | 0.27 | 99.19 | 0.5 | 0.48 |
| Hex | 68 | B9 | 3D | 2C | 0 | 43 | 1B | 63 | 32 | 30 |
| Octal | 150 | 271 | 75 | 54 | 0 | 103 | 33 | 143 | 62 | 60 |
| Binary | 1101000 | 10111001 | 111101 | 101100 | 0 | 1000011 | 11011 | 1100011 | 110010 | 110000 |
Color Harmonies of #68B93D
Complementary color
Monochromatic Colors of #68B93D
Black with #68B93D
Text Example
Text Example
White with #68B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B93D; }
p { color: rgb(104,185,61); }
H1.HeaderClassName
{
color: #68B93D;
}
.AnyTagClassName
{
color: #68B93D;
}
</style>
background-color css
<style>
a { background-color: #68B93D; }
a { background-color: rgb(104,185,61); }
div.DivClassName
{
background-color: #68B93D;
}
.BgClassName
{
background-color: #68B93D;
}
</style>
border-color css
<style>
span { border-color: #68B93D; }
span { border-color: rgb(104,185,61); }
td.TdClassName
{
border-color: #68B93D;
}
.TagClassName
{
border-color: #68B93D;
}
</style>