Shades of Apple #68B949
Tints of Apple #68B949
RGB
CMYK
RGB Variations
Color information
#68B949 (or 0x68B949) is known color: Apple. HEX triplet: 68, B9 and 49. RGB value is (104,185,73). Sum of RGB (Red+Green+Blue) = 104+185+73=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #68B949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B949 is #9746B6. Grayscale: #949494. Windows color (decimal): -9914039 or 4831592. OLE color: 4831592.
HSL color Cylindrical-coordinate representation of color #68B949: hue angle of 103.39º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68B949 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 73 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.27 |
| HSL | 103.39º | 0.44% | 0.51% | - |
| HSV(B) | 103.39º | 0.61% | 0.73% | - |
| XYZ | 24.26 | 38.12 | 12.38 | - |
| YUV | 148.01 | 85.66 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 73 | 0.44 | 0 | 0.61 | 0.27 | 103.39 | 0.44 | 0.51 |
| Hex | 68 | B9 | 49 | 2C | 0 | 3D | 1B | 67 | 2C | 33 |
| Octal | 150 | 271 | 111 | 54 | 0 | 75 | 33 | 147 | 54 | 63 |
| Binary | 1101000 | 10111001 | 1001001 | 101100 | 0 | 111101 | 11011 | 1100111 | 101100 | 110011 |
Color Harmonies of #68B949
Complementary color
Monochromatic Colors of #68B949
Black with #68B949
Text Example
Text Example
White with #68B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B949; }
p { color: rgb(104,185,73); }
H1.HeaderClassName
{
color: #68B949;
}
.AnyTagClassName
{
color: #68B949;
}
</style>
background-color css
<style>
a { background-color: #68B949; }
a { background-color: rgb(104,185,73); }
div.DivClassName
{
background-color: #68B949;
}
.BgClassName
{
background-color: #68B949;
}
</style>
border-color css
<style>
span { border-color: #68B949; }
span { border-color: rgb(104,185,73); }
td.TdClassName
{
border-color: #68B949;
}
.TagClassName
{
border-color: #68B949;
}
</style>