Shades of Apple #68A258
Tints of Apple #68A258
RGB
CMYK
RGB Variations
Color information
#68A258 (or 0x68A258) is known color: Apple. HEX triplet: 68, A2 and 58. RGB value is (104,162,88). Sum of RGB (Red+Green+Blue) = 104+162+88=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #68A258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A258 is #975DA7. Grayscale: #888888. Windows color (decimal): -9919912 or 5808744. OLE color: 5808744.
HSL color Cylindrical-coordinate representation of color #68A258: hue angle of 107.03º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68A258 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 88 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.36 |
| HSL | 107.03º | 0.3% | 0.49% | - |
| HSV(B) | 107.03º | 0.46% | 0.64% | - |
| XYZ | 20.39 | 29.49 | 13.85 | - |
| YUV | 136.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 88 | 0.36 | 0 | 0.46 | 0.36 | 107.03 | 0.3 | 0.49 |
| Hex | 68 | A2 | 58 | 24 | 0 | 2E | 24 | 6B | 1E | 31 |
| Octal | 150 | 242 | 130 | 44 | 0 | 56 | 44 | 153 | 36 | 61 |
| Binary | 1101000 | 10100010 | 1011000 | 100100 | 0 | 101110 | 100100 | 1101011 | 11110 | 110001 |
Color Harmonies of #68A258
Complementary color
Monochromatic Colors of #68A258
Black with #68A258
Text Example
Text Example
White with #68A258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A258; }
p { color: rgb(104,162,88); }
H1.HeaderClassName
{
color: #68A258;
}
.AnyTagClassName
{
color: #68A258;
}
</style>
background-color css
<style>
a { background-color: #68A258; }
a { background-color: rgb(104,162,88); }
div.DivClassName
{
background-color: #68A258;
}
.BgClassName
{
background-color: #68A258;
}
</style>
border-color css
<style>
span { border-color: #68A258; }
span { border-color: rgb(104,162,88); }
td.TdClassName
{
border-color: #68A258;
}
.TagClassName
{
border-color: #68A258;
}
</style>