Shades of Apple #68BB32
Tints of Apple #68BB32
RGB
CMYK
RGB Variations
Color information
#68BB32 (or 0x68BB32) is known color: Apple. HEX triplet: 68, BB and 32. RGB value is (104,187,50). Sum of RGB (Red+Green+Blue) = 104+187+50=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BB32 is #9744CD. Grayscale: #939393. Windows color (decimal): -9913550 or 3324776. OLE color: 3324776.
HSL color Cylindrical-coordinate representation of color #68BB32: hue angle of 96.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68BB32 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 50 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.27 |
| HSL | 96.35º | 0.58% | 0.46% | - |
| HSV(B) | 96.35º | 0.73% | 0.73% | - |
| XYZ | 24.05 | 38.71 | 9.22 | - |
| YUV | 146.57 | 73.5 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 50 | 0.44 | 0 | 0.73 | 0.27 | 96.35 | 0.58 | 0.46 |
| Hex | 68 | BB | 32 | 2C | 0 | 49 | 1B | 60 | 3A | 2E |
| Octal | 150 | 273 | 62 | 54 | 0 | 111 | 33 | 140 | 72 | 56 |
| Binary | 1101000 | 10111011 | 110010 | 101100 | 0 | 1001001 | 11011 | 1100000 | 111010 | 101110 |
Color Harmonies of #68BB32
Complementary color
Monochromatic Colors of #68BB32
Black with #68BB32
Text Example
Text Example
White with #68BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB32; }
p { color: rgb(104,187,50); }
H1.HeaderClassName
{
color: #68BB32;
}
.AnyTagClassName
{
color: #68BB32;
}
</style>
background-color css
<style>
a { background-color: #68BB32; }
a { background-color: rgb(104,187,50); }
div.DivClassName
{
background-color: #68BB32;
}
.BgClassName
{
background-color: #68BB32;
}
</style>
border-color css
<style>
span { border-color: #68BB32; }
span { border-color: rgb(104,187,50); }
td.TdClassName
{
border-color: #68BB32;
}
.TagClassName
{
border-color: #68BB32;
}
</style>