Shades of Apple #68BC34
Tints of Apple #68BC34
RGB
CMYK
RGB Variations
Color information
#68BC34 (or 0x68BC34) is known color: Apple. HEX triplet: 68, BC and 34. RGB value is (104,188,52). Sum of RGB (Red+Green+Blue) = 104+188+52=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC34 is #9743CB. Grayscale: #939393. Windows color (decimal): -9913292 or 3456104. OLE color: 3456104.
HSL color Cylindrical-coordinate representation of color #68BC34: hue angle of 97.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68BC34 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 52 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.26 |
| HSL | 97.06º | 0.57% | 0.47% | - |
| HSV(B) | 97.06º | 0.72% | 0.74% | - |
| XYZ | 24.31 | 39.16 | 9.53 | - |
| YUV | 147.38 | 74.17 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 52 | 0.45 | 0 | 0.72 | 0.26 | 97.06 | 0.57 | 0.47 |
| Hex | 68 | BC | 34 | 2D | 0 | 48 | 1A | 61 | 39 | 2F |
| Octal | 150 | 274 | 64 | 55 | 0 | 110 | 32 | 141 | 71 | 57 |
| Binary | 1101000 | 10111100 | 110100 | 101101 | 0 | 1001000 | 11010 | 1100001 | 111001 | 101111 |
Color Harmonies of #68BC34
Complementary color
Monochromatic Colors of #68BC34
Black with #68BC34
Text Example
Text Example
White with #68BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC34; }
p { color: rgb(104,188,52); }
H1.HeaderClassName
{
color: #68BC34;
}
.AnyTagClassName
{
color: #68BC34;
}
</style>
background-color css
<style>
a { background-color: #68BC34; }
a { background-color: rgb(104,188,52); }
div.DivClassName
{
background-color: #68BC34;
}
.BgClassName
{
background-color: #68BC34;
}
</style>
border-color css
<style>
span { border-color: #68BC34; }
span { border-color: rgb(104,188,52); }
td.TdClassName
{
border-color: #68BC34;
}
.TagClassName
{
border-color: #68BC34;
}
</style>