Shades of Apple #68B436
Tints of Apple #68B436
RGB
CMYK
RGB Variations
Color information
#68B436 (or 0x68B436) is known color: Apple. HEX triplet: 68, B4 and 36. RGB value is (104,180,54). Sum of RGB (Red+Green+Blue) = 104+180+54=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #68B436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B436 is #974BC9. Grayscale: #8F8F8F. Windows color (decimal): -9915338 or 3585128. OLE color: 3585128.
HSL color Cylindrical-coordinate representation of color #68B436: hue angle of 96.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68B436 is Cyan = 0.42, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 54 | - |
| CMYK | 0.42 | 0 | 0.7 | 0.29 |
| HSL | 96.19º | 0.54% | 0.46% | - |
| HSV(B) | 96.19º | 0.7% | 0.71% | - |
| XYZ | 22.7 | 35.85 | 9.21 | - |
| YUV | 142.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 54 | 0.42 | 0 | 0.7 | 0.29 | 96.19 | 0.54 | 0.46 |
| Hex | 68 | B4 | 36 | 2A | 0 | 46 | 1D | 60 | 36 | 2E |
| Octal | 150 | 264 | 66 | 52 | 0 | 106 | 35 | 140 | 66 | 56 |
| Binary | 1101000 | 10110100 | 110110 | 101010 | 0 | 1000110 | 11101 | 1100000 | 110110 | 101110 |
Color Harmonies of #68B436
Complementary color
Monochromatic Colors of #68B436
Black with #68B436
Text Example
Text Example
White with #68B436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B436; }
p { color: rgb(104,180,54); }
H1.HeaderClassName
{
color: #68B436;
}
.AnyTagClassName
{
color: #68B436;
}
</style>
background-color css
<style>
a { background-color: #68B436; }
a { background-color: rgb(104,180,54); }
div.DivClassName
{
background-color: #68B436;
}
.BgClassName
{
background-color: #68B436;
}
</style>
border-color css
<style>
span { border-color: #68B436; }
span { border-color: rgb(104,180,54); }
td.TdClassName
{
border-color: #68B436;
}
.TagClassName
{
border-color: #68B436;
}
</style>