Shades of Apple #68B939
Tints of Apple #68B939
RGB
CMYK
RGB Variations
Color information
#68B939 (or 0x68B939) is known color: Apple. HEX triplet: 68, B9 and 39. RGB value is (104,185,57). Sum of RGB (Red+Green+Blue) = 104+185+57=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #68B939 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B939 is #9746C6. Grayscale: #929292. Windows color (decimal): -9914055 or 3783016. OLE color: 3783016.
HSL color Cylindrical-coordinate representation of color #68B939: hue angle of 97.97º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68B939 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 57 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.27 |
| HSL | 97.97º | 0.53% | 0.47% | - |
| HSV(B) | 97.97º | 0.69% | 0.73% | - |
| XYZ | 23.8 | 37.94 | 9.94 | - |
| YUV | 146.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 57 | 0.44 | 0 | 0.69 | 0.27 | 97.97 | 0.53 | 0.47 |
| Hex | 68 | B9 | 39 | 2C | 0 | 45 | 1B | 62 | 35 | 2F |
| Octal | 150 | 271 | 71 | 54 | 0 | 105 | 33 | 142 | 65 | 57 |
| Binary | 1101000 | 10111001 | 111001 | 101100 | 0 | 1000101 | 11011 | 1100010 | 110101 | 101111 |
Color Harmonies of #68B939
Complementary color
Monochromatic Colors of #68B939
Black with #68B939
Text Example
Text Example
White with #68B939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B939; }
p { color: rgb(104,185,57); }
H1.HeaderClassName
{
color: #68B939;
}
.AnyTagClassName
{
color: #68B939;
}
</style>
background-color css
<style>
a { background-color: #68B939; }
a { background-color: rgb(104,185,57); }
div.DivClassName
{
background-color: #68B939;
}
.BgClassName
{
background-color: #68B939;
}
</style>
border-color css
<style>
span { border-color: #68B939; }
span { border-color: rgb(104,185,57); }
td.TdClassName
{
border-color: #68B939;
}
.TagClassName
{
border-color: #68B939;
}
</style>