Shades of Apple #68C04C
Tints of Apple #68C04C
RGB
CMYK
RGB Variations
Color information
#68C04C (or 0x68C04C) is known color: Apple. HEX triplet: 68, C0 and 4C. RGB value is (104,192,76). Sum of RGB (Red+Green+Blue) = 104+192+76=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #68C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C04C is #973FB3. Grayscale: #989898. Windows color (decimal): -9912244 or 5029992. OLE color: 5029992.
HSL color Cylindrical-coordinate representation of color #68C04C: hue angle of 105.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68C04C is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 76 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.25 |
| HSL | 105.52º | 0.48% | 0.53% | - |
| HSV(B) | 105.52º | 0.6% | 0.75% | - |
| XYZ | 25.86 | 41.16 | 13.42 | - |
| YUV | 152.46 | 84.85 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 76 | 0.46 | 0 | 0.60 | 0.25 | 105.52 | 0.48 | 0.53 |
| Hex | 68 | C0 | 4C | 2E | 0 | 3C | 19 | 6A | 30 | 35 |
| Octal | 150 | 300 | 114 | 56 | 0 | 74 | 31 | 152 | 60 | 65 |
| Binary | 1101000 | 11000000 | 1001100 | 101110 | 0 | 111100 | 11001 | 1101010 | 110000 | 110101 |
Color Harmonies of #68C04C
Complementary color
Monochromatic Colors of #68C04C
Black with #68C04C
Text Example
Text Example
White with #68C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C04C; }
p { color: rgb(104,192,76); }
H1.HeaderClassName
{
color: #68C04C;
}
.AnyTagClassName
{
color: #68C04C;
}
</style>
background-color css
<style>
a { background-color: #68C04C; }
a { background-color: rgb(104,192,76); }
div.DivClassName
{
background-color: #68C04C;
}
.BgClassName
{
background-color: #68C04C;
}
</style>
border-color css
<style>
span { border-color: #68C04C; }
span { border-color: rgb(104,192,76); }
td.TdClassName
{
border-color: #68C04C;
}
.TagClassName
{
border-color: #68C04C;
}
</style>