Shades of Apple #68BA3D
Tints of Apple #68BA3D
RGB
CMYK
RGB Variations
Color information
#68BA3D (or 0x68BA3D) is known color: Apple. HEX triplet: 68, BA and 3D. RGB value is (104,186,61). Sum of RGB (Red+Green+Blue) = 104+186+61=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA3D is #9745C2. Grayscale: #939393. Windows color (decimal): -9913795 or 4045416. OLE color: 4045416.
HSL color Cylindrical-coordinate representation of color #68BA3D: hue angle of 99.36º degrees, saturation: 0.51, 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 #68BA3D is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 61 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.27 |
| HSL | 99.36º | 0.51% | 0.48% | - |
| HSV(B) | 99.36º | 0.67% | 0.73% | - |
| XYZ | 24.11 | 38.4 | 10.56 | - |
| YUV | 147.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 61 | 0.44 | 0 | 0.67 | 0.27 | 99.36 | 0.51 | 0.48 |
| Hex | 68 | BA | 3D | 2C | 0 | 43 | 1B | 63 | 33 | 30 |
| Octal | 150 | 272 | 75 | 54 | 0 | 103 | 33 | 143 | 63 | 60 |
| Binary | 1101000 | 10111010 | 111101 | 101100 | 0 | 1000011 | 11011 | 1100011 | 110011 | 110000 |
Color Harmonies of #68BA3D
Complementary color
Monochromatic Colors of #68BA3D
Black with #68BA3D
Text Example
Text Example
White with #68BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA3D; }
p { color: rgb(104,186,61); }
H1.HeaderClassName
{
color: #68BA3D;
}
.AnyTagClassName
{
color: #68BA3D;
}
</style>
background-color css
<style>
a { background-color: #68BA3D; }
a { background-color: rgb(104,186,61); }
div.DivClassName
{
background-color: #68BA3D;
}
.BgClassName
{
background-color: #68BA3D;
}
</style>
border-color css
<style>
span { border-color: #68BA3D; }
span { border-color: rgb(104,186,61); }
td.TdClassName
{
border-color: #68BA3D;
}
.TagClassName
{
border-color: #68BA3D;
}
</style>