Shades of Apple #68C14A
Tints of Apple #68C14A
RGB
CMYK
RGB Variations
Color information
#68C14A (or 0x68C14A) is known color: Apple. HEX triplet: 68, C1 and 4A. RGB value is (104,193,74). Sum of RGB (Red+Green+Blue) = 104+193+74=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #68C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C14A is #973EB5. Grayscale: #999999. Windows color (decimal): -9911990 or 4899176. OLE color: 4899176.
HSL color Cylindrical-coordinate representation of color #68C14A: hue angle of 104.87º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68C14A is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 74 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.24 |
| HSL | 104.87º | 0.49% | 0.52% | - |
| HSV(B) | 104.87º | 0.62% | 0.76% | - |
| XYZ | 26.01 | 41.58 | 13.13 | - |
| YUV | 152.82 | 83.51 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 74 | 0.46 | 0 | 0.62 | 0.24 | 104.87 | 0.49 | 0.52 |
| Hex | 68 | C1 | 4A | 2E | 0 | 3E | 18 | 69 | 31 | 34 |
| Octal | 150 | 301 | 112 | 56 | 0 | 76 | 30 | 151 | 61 | 64 |
| Binary | 1101000 | 11000001 | 1001010 | 101110 | 0 | 111110 | 11000 | 1101001 | 110001 | 110100 |
Color Harmonies of #68C14A
Complementary color
Monochromatic Colors of #68C14A
Black with #68C14A
Text Example
Text Example
White with #68C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C14A; }
p { color: rgb(104,193,74); }
H1.HeaderClassName
{
color: #68C14A;
}
.AnyTagClassName
{
color: #68C14A;
}
</style>
background-color css
<style>
a { background-color: #68C14A; }
a { background-color: rgb(104,193,74); }
div.DivClassName
{
background-color: #68C14A;
}
.BgClassName
{
background-color: #68C14A;
}
</style>
border-color css
<style>
span { border-color: #68C14A; }
span { border-color: rgb(104,193,74); }
td.TdClassName
{
border-color: #68C14A;
}
.TagClassName
{
border-color: #68C14A;
}
</style>