Shades of Apple #68C352
Tints of Apple #68C352
RGB
CMYK
RGB Variations
Color information
#68C352 (or 0x68C352) is known color: Apple. HEX triplet: 68, C3 and 52. RGB value is (104,195,82). Sum of RGB (Red+Green+Blue) = 104+195+82=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #68C352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C352 is #973CAD. Grayscale: #9B9B9B. Windows color (decimal): -9911470 or 5423976. OLE color: 5423976.
HSL color Cylindrical-coordinate representation of color #68C352: hue angle of 108.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C352 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 82 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.24 |
| HSL | 108.32º | 0.48% | 0.54% | - |
| HSV(B) | 108.32º | 0.58% | 0.76% | - |
| XYZ | 26.75 | 42.58 | 14.79 | - |
| YUV | 154.91 | 86.85 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 82 | 0.47 | 0 | 0.58 | 0.24 | 108.32 | 0.48 | 0.54 |
| Hex | 68 | C3 | 52 | 2F | 0 | 3A | 18 | 6C | 30 | 36 |
| Octal | 150 | 303 | 122 | 57 | 0 | 72 | 30 | 154 | 60 | 66 |
| Binary | 1101000 | 11000011 | 1010010 | 101111 | 0 | 111010 | 11000 | 1101100 | 110000 | 110110 |
Color Harmonies of #68C352
Complementary color
Monochromatic Colors of #68C352
Black with #68C352
Text Example
Text Example
White with #68C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C352; }
p { color: rgb(104,195,82); }
H1.HeaderClassName
{
color: #68C352;
}
.AnyTagClassName
{
color: #68C352;
}
</style>
background-color css
<style>
a { background-color: #68C352; }
a { background-color: rgb(104,195,82); }
div.DivClassName
{
background-color: #68C352;
}
.BgClassName
{
background-color: #68C352;
}
</style>
border-color css
<style>
span { border-color: #68C352; }
span { border-color: rgb(104,195,82); }
td.TdClassName
{
border-color: #68C352;
}
.TagClassName
{
border-color: #68C352;
}
</style>