Shades of Apple #68C346
Tints of Apple #68C346
RGB
CMYK
RGB Variations
Color information
#68C346 (or 0x68C346) is known color: Apple. HEX triplet: 68, C3 and 46. RGB value is (104,195,70). Sum of RGB (Red+Green+Blue) = 104+195+70=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #68C346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C346 is #973CB9. Grayscale: #999999. Windows color (decimal): -9911482 or 4637544. OLE color: 4637544.
HSL color Cylindrical-coordinate representation of color #68C346: hue angle of 103.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68C346 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 70 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.24 |
| HSL | 103.68º | 0.51% | 0.52% | - |
| HSV(B) | 103.68º | 0.64% | 0.76% | - |
| XYZ | 26.33 | 42.42 | 12.59 | - |
| YUV | 153.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 70 | 0.47 | 0 | 0.64 | 0.24 | 103.68 | 0.51 | 0.52 |
| Hex | 68 | C3 | 46 | 2F | 0 | 40 | 18 | 68 | 33 | 34 |
| Octal | 150 | 303 | 106 | 57 | 0 | 100 | 30 | 150 | 63 | 64 |
| Binary | 1101000 | 11000011 | 1000110 | 101111 | 0 | 1000000 | 11000 | 1101000 | 110011 | 110100 |
Color Harmonies of #68C346
Complementary color
Monochromatic Colors of #68C346
Black with #68C346
Text Example
Text Example
White with #68C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C346; }
p { color: rgb(104,195,70); }
H1.HeaderClassName
{
color: #68C346;
}
.AnyTagClassName
{
color: #68C346;
}
</style>
background-color css
<style>
a { background-color: #68C346; }
a { background-color: rgb(104,195,70); }
div.DivClassName
{
background-color: #68C346;
}
.BgClassName
{
background-color: #68C346;
}
</style>
border-color css
<style>
span { border-color: #68C346; }
span { border-color: rgb(104,195,70); }
td.TdClassName
{
border-color: #68C346;
}
.TagClassName
{
border-color: #68C346;
}
</style>