Shades of Apple #68BB36
Tints of Apple #68BB36
RGB
CMYK
RGB Variations
Color information
#68BB36 (or 0x68BB36) is known color: Apple. HEX triplet: 68, BB and 36. RGB value is (104,187,54). Sum of RGB (Red+Green+Blue) = 104+187+54=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BB36 is #9744C9. Grayscale: #939393. Windows color (decimal): -9913546 or 3586920. OLE color: 3586920.
HSL color Cylindrical-coordinate representation of color #68BB36: hue angle of 97.44º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68BB36 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 54 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.27 |
| HSL | 97.44º | 0.55% | 0.47% | - |
| HSV(B) | 97.44º | 0.71% | 0.73% | - |
| XYZ | 24.15 | 38.75 | 9.7 | - |
| YUV | 147.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 54 | 0.44 | 0 | 0.71 | 0.27 | 97.44 | 0.55 | 0.47 |
| Hex | 68 | BB | 36 | 2C | 0 | 47 | 1B | 61 | 37 | 2F |
| Octal | 150 | 273 | 66 | 54 | 0 | 107 | 33 | 141 | 67 | 57 |
| Binary | 1101000 | 10111011 | 110110 | 101100 | 0 | 1000111 | 11011 | 1100001 | 110111 | 101111 |
Color Harmonies of #68BB36
Complementary color
Monochromatic Colors of #68BB36
Black with #68BB36
Text Example
Text Example
White with #68BB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB36; }
p { color: rgb(104,187,54); }
H1.HeaderClassName
{
color: #68BB36;
}
.AnyTagClassName
{
color: #68BB36;
}
</style>
background-color css
<style>
a { background-color: #68BB36; }
a { background-color: rgb(104,187,54); }
div.DivClassName
{
background-color: #68BB36;
}
.BgClassName
{
background-color: #68BB36;
}
</style>
border-color css
<style>
span { border-color: #68BB36; }
span { border-color: rgb(104,187,54); }
td.TdClassName
{
border-color: #68BB36;
}
.TagClassName
{
border-color: #68BB36;
}
</style>