Shades of Apple #68BA2F
Tints of Apple #68BA2F
RGB
CMYK
RGB Variations
Color information
#68BA2F (or 0x68BA2F) is known color: Apple. HEX triplet: 68, BA and 2F. RGB value is (104,186,47). Sum of RGB (Red+Green+Blue) = 104+186+47=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA2F is #9745D0. Grayscale: #929292. Windows color (decimal): -9913809 or 3127912. OLE color: 3127912.
HSL color Cylindrical-coordinate representation of color #68BA2F: hue angle of 95.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68BA2F is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 47 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.27 |
| HSL | 95.4º | 0.6% | 0.46% | - |
| HSV(B) | 95.4º | 0.75% | 0.73% | - |
| XYZ | 23.78 | 38.27 | 8.82 | - |
| YUV | 145.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 47 | 0.44 | 0 | 0.75 | 0.27 | 95.4 | 0.6 | 0.46 |
| Hex | 68 | BA | 2F | 2C | 0 | 4B | 1B | 5F | 3C | 2E |
| Octal | 150 | 272 | 57 | 54 | 0 | 113 | 33 | 137 | 74 | 56 |
| Binary | 1101000 | 10111010 | 101111 | 101100 | 0 | 1001011 | 11011 | 1011111 | 111100 | 101110 |
Color Harmonies of #68BA2F
Complementary color
Monochromatic Colors of #68BA2F
Black with #68BA2F
Text Example
Text Example
White with #68BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA2F; }
p { color: rgb(104,186,47); }
H1.HeaderClassName
{
color: #68BA2F;
}
.AnyTagClassName
{
color: #68BA2F;
}
</style>
background-color css
<style>
a { background-color: #68BA2F; }
a { background-color: rgb(104,186,47); }
div.DivClassName
{
background-color: #68BA2F;
}
.BgClassName
{
background-color: #68BA2F;
}
</style>
border-color css
<style>
span { border-color: #68BA2F; }
span { border-color: rgb(104,186,47); }
td.TdClassName
{
border-color: #68BA2F;
}
.TagClassName
{
border-color: #68BA2F;
}
</style>