Shades of Apple #68A348
Tints of Apple #68A348
RGB
CMYK
RGB Variations
Color information
#68A348 (or 0x68A348) is known color: Apple. HEX triplet: 68, A3 and 48. RGB value is (104,163,72). Sum of RGB (Red+Green+Blue) = 104+163+72=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #68A348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A348 is #975CB7. Grayscale: #878787. Windows color (decimal): -9919672 or 4760424. OLE color: 4760424.
HSL color Cylindrical-coordinate representation of color #68A348: hue angle of 98.9º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A348 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 72 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.36 |
| HSL | 98.9º | 0.39% | 0.46% | - |
| HSV(B) | 98.9º | 0.56% | 0.64% | - |
| XYZ | 19.98 | 29.61 | 10.79 | - |
| YUV | 134.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 72 | 0.36 | 0 | 0.56 | 0.36 | 98.9 | 0.39 | 0.46 |
| Hex | 68 | A3 | 48 | 24 | 0 | 38 | 24 | 63 | 27 | 2E |
| Octal | 150 | 243 | 110 | 44 | 0 | 70 | 44 | 143 | 47 | 56 |
| Binary | 1101000 | 10100011 | 1001000 | 100100 | 0 | 111000 | 100100 | 1100011 | 100111 | 101110 |
Color Harmonies of #68A348
Complementary color
Monochromatic Colors of #68A348
Black with #68A348
Text Example
Text Example
White with #68A348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A348; }
p { color: rgb(104,163,72); }
H1.HeaderClassName
{
color: #68A348;
}
.AnyTagClassName
{
color: #68A348;
}
</style>
background-color css
<style>
a { background-color: #68A348; }
a { background-color: rgb(104,163,72); }
div.DivClassName
{
background-color: #68A348;
}
.BgClassName
{
background-color: #68A348;
}
</style>
border-color css
<style>
span { border-color: #68A348; }
span { border-color: rgb(104,163,72); }
td.TdClassName
{
border-color: #68A348;
}
.TagClassName
{
border-color: #68A348;
}
</style>