Shades of Apple #68B532
Tints of Apple #68B532
RGB
CMYK
RGB Variations
Color information
#68B532 (or 0x68B532) is known color: Apple. HEX triplet: 68, B5 and 32. RGB value is (104,181,50). Sum of RGB (Red+Green+Blue) = 104+181+50=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #68B532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B532 is #974ACD. Grayscale: #8F8F8F. Windows color (decimal): -9915086 or 3323240. OLE color: 3323240.
HSL color Cylindrical-coordinate representation of color #68B532: hue angle of 95.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68B532 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 50 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.29 |
| HSL | 95.27º | 0.57% | 0.45% | - |
| HSV(B) | 95.27º | 0.72% | 0.71% | - |
| XYZ | 22.81 | 36.22 | 8.81 | - |
| YUV | 143.04 | 75.49 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 50 | 0.43 | 0 | 0.72 | 0.29 | 95.27 | 0.57 | 0.45 |
| Hex | 68 | B5 | 32 | 2B | 0 | 48 | 1D | 5F | 39 | 2D |
| Octal | 150 | 265 | 62 | 53 | 0 | 110 | 35 | 137 | 71 | 55 |
| Binary | 1101000 | 10110101 | 110010 | 101011 | 0 | 1001000 | 11101 | 1011111 | 111001 | 101101 |
Color Harmonies of #68B532
Complementary color
Monochromatic Colors of #68B532
Black with #68B532
Text Example
Text Example
White with #68B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B532; }
p { color: rgb(104,181,50); }
H1.HeaderClassName
{
color: #68B532;
}
.AnyTagClassName
{
color: #68B532;
}
</style>
background-color css
<style>
a { background-color: #68B532; }
a { background-color: rgb(104,181,50); }
div.DivClassName
{
background-color: #68B532;
}
.BgClassName
{
background-color: #68B532;
}
</style>
border-color css
<style>
span { border-color: #68B532; }
span { border-color: rgb(104,181,50); }
td.TdClassName
{
border-color: #68B532;
}
.TagClassName
{
border-color: #68B532;
}
</style>