Shades of Apple #68BD52
Tints of Apple #68BD52
RGB
CMYK
RGB Variations
Color information
#68BD52 (or 0x68BD52) is known color: Apple. HEX triplet: 68, BD and 52. RGB value is (104,189,82). Sum of RGB (Red+Green+Blue) = 104+189+82=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD52 is #9742AD. Grayscale: #979797. Windows color (decimal): -9913006 or 5422440. OLE color: 5422440.
HSL color Cylindrical-coordinate representation of color #68BD52: hue angle of 107.66º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BD52 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 82 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.26 |
| HSL | 107.66º | 0.45% | 0.53% | - |
| HSV(B) | 107.66º | 0.57% | 0.74% | - |
| XYZ | 25.43 | 39.95 | 14.35 | - |
| YUV | 151.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 82 | 0.45 | 0 | 0.57 | 0.26 | 107.66 | 0.45 | 0.53 |
| Hex | 68 | BD | 52 | 2D | 0 | 39 | 1A | 6C | 2D | 35 |
| Octal | 150 | 275 | 122 | 55 | 0 | 71 | 32 | 154 | 55 | 65 |
| Binary | 1101000 | 10111101 | 1010010 | 101101 | 0 | 111001 | 11010 | 1101100 | 101101 | 110101 |
Color Harmonies of #68BD52
Complementary color
Monochromatic Colors of #68BD52
Black with #68BD52
Text Example
Text Example
White with #68BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD52; }
p { color: rgb(104,189,82); }
H1.HeaderClassName
{
color: #68BD52;
}
.AnyTagClassName
{
color: #68BD52;
}
</style>
background-color css
<style>
a { background-color: #68BD52; }
a { background-color: rgb(104,189,82); }
div.DivClassName
{
background-color: #68BD52;
}
.BgClassName
{
background-color: #68BD52;
}
</style>
border-color css
<style>
span { border-color: #68BD52; }
span { border-color: rgb(104,189,82); }
td.TdClassName
{
border-color: #68BD52;
}
.TagClassName
{
border-color: #68BD52;
}
</style>