Shades of Apple #68B044
Tints of Apple #68B044
RGB
CMYK
RGB Variations
Color information
#68B044 (or 0x68B044) is known color: Apple. HEX triplet: 68, B0 and 44. RGB value is (104,176,68). Sum of RGB (Red+Green+Blue) = 104+176+68=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #68B044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B044 is #974FBB. Grayscale: #8E8E8E. Windows color (decimal): -9916348 or 4501608. OLE color: 4501608.
HSL color Cylindrical-coordinate representation of color #68B044: hue angle of 100º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68B044 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 68 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.31 |
| HSL | 100º | 0.44% | 0.48% | - |
| HSV(B) | 100º | 0.61% | 0.69% | - |
| XYZ | 22.28 | 34.41 | 10.94 | - |
| YUV | 142.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 68 | 0.41 | 0 | 0.61 | 0.31 | 100 | 0.44 | 0.48 |
| Hex | 68 | B0 | 44 | 29 | 0 | 3D | 1F | 64 | 2C | 30 |
| Octal | 150 | 260 | 104 | 51 | 0 | 75 | 37 | 144 | 54 | 60 |
| Binary | 1101000 | 10110000 | 1000100 | 101001 | 0 | 111101 | 11111 | 1100100 | 101100 | 110000 |
Color Harmonies of #68B044
Complementary color
Monochromatic Colors of #68B044
Black with #68B044
Text Example
Text Example
White with #68B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B044; }
p { color: rgb(104,176,68); }
H1.HeaderClassName
{
color: #68B044;
}
.AnyTagClassName
{
color: #68B044;
}
</style>
background-color css
<style>
a { background-color: #68B044; }
a { background-color: rgb(104,176,68); }
div.DivClassName
{
background-color: #68B044;
}
.BgClassName
{
background-color: #68B044;
}
</style>
border-color css
<style>
span { border-color: #68B044; }
span { border-color: rgb(104,176,68); }
td.TdClassName
{
border-color: #68B044;
}
.TagClassName
{
border-color: #68B044;
}
</style>