Shades of Apple #68BA46
Tints of Apple #68BA46
RGB
CMYK
RGB Variations
Color information
#68BA46 (or 0x68BA46) is known color: Apple. HEX triplet: 68, BA and 46. RGB value is (104,186,70). Sum of RGB (Red+Green+Blue) = 104+186+70=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA46 is #9745B9. Grayscale: #949494. Windows color (decimal): -9913786 or 4635240. OLE color: 4635240.
HSL color Cylindrical-coordinate representation of color #68BA46: hue angle of 102.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68BA46 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 70 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.27 |
| HSL | 102.41º | 0.46% | 0.5% | - |
| HSV(B) | 102.41º | 0.62% | 0.73% | - |
| XYZ | 24.37 | 38.5 | 11.94 | - |
| YUV | 148.26 | 83.83 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 70 | 0.44 | 0 | 0.62 | 0.27 | 102.41 | 0.46 | 0.5 |
| Hex | 68 | BA | 46 | 2C | 0 | 3E | 1B | 66 | 2E | 32 |
| Octal | 150 | 272 | 106 | 54 | 0 | 76 | 33 | 146 | 56 | 62 |
| Binary | 1101000 | 10111010 | 1000110 | 101100 | 0 | 111110 | 11011 | 1100110 | 101110 | 110010 |
Color Harmonies of #68BA46
Complementary color
Monochromatic Colors of #68BA46
Black with #68BA46
Text Example
Text Example
White with #68BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA46; }
p { color: rgb(104,186,70); }
H1.HeaderClassName
{
color: #68BA46;
}
.AnyTagClassName
{
color: #68BA46;
}
</style>
background-color css
<style>
a { background-color: #68BA46; }
a { background-color: rgb(104,186,70); }
div.DivClassName
{
background-color: #68BA46;
}
.BgClassName
{
background-color: #68BA46;
}
</style>
border-color css
<style>
span { border-color: #68BA46; }
span { border-color: rgb(104,186,70); }
td.TdClassName
{
border-color: #68BA46;
}
.TagClassName
{
border-color: #68BA46;
}
</style>