Shades of Apple #68B332
Tints of Apple #68B332
RGB
CMYK
RGB Variations
Color information
#68B332 (or 0x68B332) is known color: Apple. HEX triplet: 68, B3 and 32. RGB value is (104,179,50). Sum of RGB (Red+Green+Blue) = 104+179+50=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #68B332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B332 is #974CCD. Grayscale: #8E8E8E. Windows color (decimal): -9915598 or 3322728. OLE color: 3322728.
HSL color Cylindrical-coordinate representation of color #68B332: hue angle of 94.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68B332 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 50 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.30 |
| HSL | 94.88º | 0.56% | 0.45% | - |
| HSV(B) | 94.88º | 0.72% | 0.7% | - |
| XYZ | 22.4 | 35.41 | 8.67 | - |
| YUV | 141.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 50 | 0.42 | 0 | 0.72 | 0.30 | 94.88 | 0.56 | 0.45 |
| Hex | 68 | B3 | 32 | 2A | 0 | 48 | 1E | 5F | 38 | 2D |
| Octal | 150 | 263 | 62 | 52 | 0 | 110 | 36 | 137 | 70 | 55 |
| Binary | 1101000 | 10110011 | 110010 | 101010 | 0 | 1001000 | 11110 | 1011111 | 111000 | 101101 |
Color Harmonies of #68B332
Complementary color
Monochromatic Colors of #68B332
Black with #68B332
Text Example
Text Example
White with #68B332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B332; }
p { color: rgb(104,179,50); }
H1.HeaderClassName
{
color: #68B332;
}
.AnyTagClassName
{
color: #68B332;
}
</style>
background-color css
<style>
a { background-color: #68B332; }
a { background-color: rgb(104,179,50); }
div.DivClassName
{
background-color: #68B332;
}
.BgClassName
{
background-color: #68B332;
}
</style>
border-color css
<style>
span { border-color: #68B332; }
span { border-color: rgb(104,179,50); }
td.TdClassName
{
border-color: #68B332;
}
.TagClassName
{
border-color: #68B332;
}
</style>