Shades of Apple #68B45D
Tints of Apple #68B45D
RGB
CMYK
RGB Variations
Color information
#68B45D (or 0x68B45D) is known color: Apple. HEX triplet: 68, B4 and 5D. RGB value is (104,180,93). Sum of RGB (Red+Green+Blue) = 104+180+93=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #68B45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B45D is #974BA2. Grayscale: #939393. Windows color (decimal): -9915299 or 6141032. OLE color: 6141032.
HSL color Cylindrical-coordinate representation of color #68B45D: hue angle of 112.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68B45D is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 93 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.29 |
| HSL | 112.41º | 0.37% | 0.54% | - |
| HSV(B) | 112.41º | 0.48% | 0.71% | - |
| XYZ | 24.01 | 36.38 | 16.11 | - |
| YUV | 147.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 93 | 0.42 | 0 | 0.48 | 0.29 | 112.41 | 0.37 | 0.54 |
| Hex | 68 | B4 | 5D | 2A | 0 | 30 | 1D | 70 | 25 | 36 |
| Octal | 150 | 264 | 135 | 52 | 0 | 60 | 35 | 160 | 45 | 66 |
| Binary | 1101000 | 10110100 | 1011101 | 101010 | 0 | 110000 | 11101 | 1110000 | 100101 | 110110 |
Color Harmonies of #68B45D
Complementary color
Monochromatic Colors of #68B45D
Black with #68B45D
Text Example
Text Example
White with #68B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B45D; }
p { color: rgb(104,180,93); }
H1.HeaderClassName
{
color: #68B45D;
}
.AnyTagClassName
{
color: #68B45D;
}
</style>
background-color css
<style>
a { background-color: #68B45D; }
a { background-color: rgb(104,180,93); }
div.DivClassName
{
background-color: #68B45D;
}
.BgClassName
{
background-color: #68B45D;
}
</style>
border-color css
<style>
span { border-color: #68B45D; }
span { border-color: rgb(104,180,93); }
td.TdClassName
{
border-color: #68B45D;
}
.TagClassName
{
border-color: #68B45D;
}
</style>