Shades of Apple #68A252
Tints of Apple #68A252
RGB
CMYK
RGB Variations
Color information
#68A252 (or 0x68A252) is known color: Apple. HEX triplet: 68, A2 and 52. RGB value is (104,162,82). Sum of RGB (Red+Green+Blue) = 104+162+82=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #68A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A252 is #975DAD. Grayscale: #878787. Windows color (decimal): -9919918 or 5415528. OLE color: 5415528.
HSL color Cylindrical-coordinate representation of color #68A252: hue angle of 103.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A252 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 82 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.36 |
| HSL | 103.5º | 0.33% | 0.48% | - |
| HSV(B) | 103.5º | 0.49% | 0.64% | - |
| XYZ | 20.15 | 29.39 | 12.59 | - |
| YUV | 135.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 82 | 0.36 | 0 | 0.49 | 0.36 | 103.5 | 0.33 | 0.48 |
| Hex | 68 | A2 | 52 | 24 | 0 | 31 | 24 | 68 | 21 | 30 |
| Octal | 150 | 242 | 122 | 44 | 0 | 61 | 44 | 150 | 41 | 60 |
| Binary | 1101000 | 10100010 | 1010010 | 100100 | 0 | 110001 | 100100 | 1101000 | 100001 | 110000 |
Color Harmonies of #68A252
Complementary color
Monochromatic Colors of #68A252
Black with #68A252
Text Example
Text Example
White with #68A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A252; }
p { color: rgb(104,162,82); }
H1.HeaderClassName
{
color: #68A252;
}
.AnyTagClassName
{
color: #68A252;
}
</style>
background-color css
<style>
a { background-color: #68A252; }
a { background-color: rgb(104,162,82); }
div.DivClassName
{
background-color: #68A252;
}
.BgClassName
{
background-color: #68A252;
}
</style>
border-color css
<style>
span { border-color: #68A252; }
span { border-color: rgb(104,162,82); }
td.TdClassName
{
border-color: #68A252;
}
.TagClassName
{
border-color: #68A252;
}
</style>