Shades of Apple #68B432
Tints of Apple #68B432
RGB
CMYK
RGB Variations
Color information
#68B432 (or 0x68B432) is known color: Apple. HEX triplet: 68, B4 and 32. RGB value is (104,180,50). Sum of RGB (Red+Green+Blue) = 104+180+50=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #68B432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B432 is #974BCD. Grayscale: #8E8E8E. Windows color (decimal): -9915342 or 3322984. OLE color: 3322984.
HSL color Cylindrical-coordinate representation of color #68B432: hue angle of 95.08º 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 #68B432 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 50 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.29 |
| HSL | 95.08º | 0.57% | 0.45% | - |
| HSV(B) | 95.08º | 0.72% | 0.71% | - |
| XYZ | 22.61 | 35.82 | 8.74 | - |
| YUV | 142.46 | 75.82 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 50 | 0.42 | 0 | 0.72 | 0.29 | 95.08 | 0.57 | 0.45 |
| Hex | 68 | B4 | 32 | 2A | 0 | 48 | 1D | 5F | 39 | 2D |
| Octal | 150 | 264 | 62 | 52 | 0 | 110 | 35 | 137 | 71 | 55 |
| Binary | 1101000 | 10110100 | 110010 | 101010 | 0 | 1001000 | 11101 | 1011111 | 111001 | 101101 |
Color Harmonies of #68B432
Complementary color
Monochromatic Colors of #68B432
Black with #68B432
Text Example
Text Example
White with #68B432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B432; }
p { color: rgb(104,180,50); }
H1.HeaderClassName
{
color: #68B432;
}
.AnyTagClassName
{
color: #68B432;
}
</style>
background-color css
<style>
a { background-color: #68B432; }
a { background-color: rgb(104,180,50); }
div.DivClassName
{
background-color: #68B432;
}
.BgClassName
{
background-color: #68B432;
}
</style>
border-color css
<style>
span { border-color: #68B432; }
span { border-color: rgb(104,180,50); }
td.TdClassName
{
border-color: #68B432;
}
.TagClassName
{
border-color: #68B432;
}
</style>