Shades of Apple #68C340
Tints of Apple #68C340
RGB
CMYK
RGB Variations
Color information
#68C340 (or 0x68C340) is known color: Apple. HEX triplet: 68, C3 and 40. RGB value is (104,195,64). Sum of RGB (Red+Green+Blue) = 104+195+64=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #68C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C340 is #973CBF. Grayscale: #999999. Windows color (decimal): -9911488 or 4244328. OLE color: 4244328.
HSL color Cylindrical-coordinate representation of color #68C340: hue angle of 101.68º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68C340 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 64 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.24 |
| HSL | 101.68º | 0.52% | 0.51% | - |
| HSV(B) | 101.68º | 0.67% | 0.76% | - |
| XYZ | 26.15 | 42.34 | 11.65 | - |
| YUV | 152.86 | 77.85 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 64 | 0.47 | 0 | 0.67 | 0.24 | 101.68 | 0.52 | 0.51 |
| Hex | 68 | C3 | 40 | 2F | 0 | 43 | 18 | 66 | 34 | 33 |
| Octal | 150 | 303 | 100 | 57 | 0 | 103 | 30 | 146 | 64 | 63 |
| Binary | 1101000 | 11000011 | 1000000 | 101111 | 0 | 1000011 | 11000 | 1100110 | 110100 | 110011 |
Color Harmonies of #68C340
Complementary color
Monochromatic Colors of #68C340
Black with #68C340
Text Example
Text Example
White with #68C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C340; }
p { color: rgb(104,195,64); }
H1.HeaderClassName
{
color: #68C340;
}
.AnyTagClassName
{
color: #68C340;
}
</style>
background-color css
<style>
a { background-color: #68C340; }
a { background-color: rgb(104,195,64); }
div.DivClassName
{
background-color: #68C340;
}
.BgClassName
{
background-color: #68C340;
}
</style>
border-color css
<style>
span { border-color: #68C340; }
span { border-color: rgb(104,195,64); }
td.TdClassName
{
border-color: #68C340;
}
.TagClassName
{
border-color: #68C340;
}
</style>