Shades of Apple #68C343
Tints of Apple #68C343
RGB
CMYK
RGB Variations
Color information
#68C343 (or 0x68C343) is known color: Apple. HEX triplet: 68, C3 and 43. RGB value is (104,195,67). Sum of RGB (Red+Green+Blue) = 104+195+67=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #68C343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C343 is #973CBC. Grayscale: #999999. Windows color (decimal): -9911485 or 4440936. OLE color: 4440936.
HSL color Cylindrical-coordinate representation of color #68C343: hue angle of 102.66º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68C343 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 67 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.24 |
| HSL | 102.66º | 0.52% | 0.51% | - |
| HSV(B) | 102.66º | 0.66% | 0.76% | - |
| XYZ | 26.24 | 42.38 | 12.11 | - |
| YUV | 153.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 67 | 0.47 | 0 | 0.66 | 0.24 | 102.66 | 0.52 | 0.51 |
| Hex | 68 | C3 | 43 | 2F | 0 | 42 | 18 | 67 | 34 | 33 |
| Octal | 150 | 303 | 103 | 57 | 0 | 102 | 30 | 147 | 64 | 63 |
| Binary | 1101000 | 11000011 | 1000011 | 101111 | 0 | 1000010 | 11000 | 1100111 | 110100 | 110011 |
Color Harmonies of #68C343
Complementary color
Monochromatic Colors of #68C343
Black with #68C343
Text Example
Text Example
White with #68C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C343; }
p { color: rgb(104,195,67); }
H1.HeaderClassName
{
color: #68C343;
}
.AnyTagClassName
{
color: #68C343;
}
</style>
background-color css
<style>
a { background-color: #68C343; }
a { background-color: rgb(104,195,67); }
div.DivClassName
{
background-color: #68C343;
}
.BgClassName
{
background-color: #68C343;
}
</style>
border-color css
<style>
span { border-color: #68C343; }
span { border-color: rgb(104,195,67); }
td.TdClassName
{
border-color: #68C343;
}
.TagClassName
{
border-color: #68C343;
}
</style>