Shades of Apple #68B354
Tints of Apple #68B354
RGB
CMYK
RGB Variations
Color information
#68B354 (or 0x68B354) is known color: Apple. HEX triplet: 68, B3 and 54. RGB value is (104,179,84). Sum of RGB (Red+Green+Blue) = 104+179+84=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #68B354 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B354 is #974CAB. Grayscale: #929292. Windows color (decimal): -9915564 or 5550952. OLE color: 5550952.
HSL color Cylindrical-coordinate representation of color #68B354: hue angle of 107.37º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B354 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 84 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.30 |
| HSL | 107.37º | 0.38% | 0.52% | - |
| HSV(B) | 107.37º | 0.53% | 0.7% | - |
| XYZ | 23.43 | 35.82 | 14.07 | - |
| YUV | 145.75 | 93.15 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 84 | 0.42 | 0 | 0.53 | 0.30 | 107.37 | 0.38 | 0.52 |
| Hex | 68 | B3 | 54 | 2A | 0 | 35 | 1E | 6B | 26 | 34 |
| Octal | 150 | 263 | 124 | 52 | 0 | 65 | 36 | 153 | 46 | 64 |
| Binary | 1101000 | 10110011 | 1010100 | 101010 | 0 | 110101 | 11110 | 1101011 | 100110 | 110100 |
Color Harmonies of #68B354
Complementary color
Monochromatic Colors of #68B354
Black with #68B354
Text Example
Text Example
White with #68B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B354; }
p { color: rgb(104,179,84); }
H1.HeaderClassName
{
color: #68B354;
}
.AnyTagClassName
{
color: #68B354;
}
</style>
background-color css
<style>
a { background-color: #68B354; }
a { background-color: rgb(104,179,84); }
div.DivClassName
{
background-color: #68B354;
}
.BgClassName
{
background-color: #68B354;
}
</style>
border-color css
<style>
span { border-color: #68B354; }
span { border-color: rgb(104,179,84); }
td.TdClassName
{
border-color: #68B354;
}
.TagClassName
{
border-color: #68B354;
}
</style>