Shades of Apple #68A45B
Tints of Apple #68A45B
RGB
CMYK
RGB Variations
Color information
#68A45B (or 0x68A45B) is known color: Apple. HEX triplet: 68, A4 and 5B. RGB value is (104,164,91). Sum of RGB (Red+Green+Blue) = 104+164+91=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #68A45B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A45B is #975BA4. Grayscale: #898989. Windows color (decimal): -9919397 or 6005864. OLE color: 6005864.
HSL color Cylindrical-coordinate representation of color #68A45B: hue angle of 109.32º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68A45B is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 91 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.36 |
| HSL | 109.32º | 0.29% | 0.5% | - |
| HSV(B) | 109.32º | 0.45% | 0.64% | - |
| XYZ | 20.87 | 30.25 | 14.64 | - |
| YUV | 137.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 91 | 0.37 | 0 | 0.45 | 0.36 | 109.32 | 0.29 | 0.5 |
| Hex | 68 | A4 | 5B | 25 | 0 | 2D | 24 | 6D | 1D | 32 |
| Octal | 150 | 244 | 133 | 45 | 0 | 55 | 44 | 155 | 35 | 62 |
| Binary | 1101000 | 10100100 | 1011011 | 100101 | 0 | 101101 | 100100 | 1101101 | 11101 | 110010 |
Color Harmonies of #68A45B
Complementary color
Monochromatic Colors of #68A45B
Black with #68A45B
Text Example
Text Example
White with #68A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A45B; }
p { color: rgb(104,164,91); }
H1.HeaderClassName
{
color: #68A45B;
}
.AnyTagClassName
{
color: #68A45B;
}
</style>
background-color css
<style>
a { background-color: #68A45B; }
a { background-color: rgb(104,164,91); }
div.DivClassName
{
background-color: #68A45B;
}
.BgClassName
{
background-color: #68A45B;
}
</style>
border-color css
<style>
span { border-color: #68A45B; }
span { border-color: rgb(104,164,91); }
td.TdClassName
{
border-color: #68A45B;
}
.TagClassName
{
border-color: #68A45B;
}
</style>