Shades of Apple #68B55C
Tints of Apple #68B55C
RGB
CMYK
RGB Variations
Color information
#68B55C (or 0x68B55C) is known color: Apple. HEX triplet: 68, B5 and 5C. RGB value is (104,181,92). Sum of RGB (Red+Green+Blue) = 104+181+92=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #68B55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B55C is #974AA3. Grayscale: #949494. Windows color (decimal): -9915044 or 6075752. OLE color: 6075752.
HSL color Cylindrical-coordinate representation of color #68B55C: hue angle of 111.91º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68B55C is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 92 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.29 |
| HSL | 111.91º | 0.38% | 0.54% | - |
| HSV(B) | 111.91º | 0.49% | 0.71% | - |
| XYZ | 24.16 | 36.76 | 15.95 | - |
| YUV | 147.83 | 96.49 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 92 | 0.43 | 0 | 0.49 | 0.29 | 111.91 | 0.38 | 0.54 |
| Hex | 68 | B5 | 5C | 2B | 0 | 31 | 1D | 70 | 26 | 36 |
| Octal | 150 | 265 | 134 | 53 | 0 | 61 | 35 | 160 | 46 | 66 |
| Binary | 1101000 | 10110101 | 1011100 | 101011 | 0 | 110001 | 11101 | 1110000 | 100110 | 110110 |
Color Harmonies of #68B55C
Complementary color
Monochromatic Colors of #68B55C
Black with #68B55C
Text Example
Text Example
White with #68B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B55C; }
p { color: rgb(104,181,92); }
H1.HeaderClassName
{
color: #68B55C;
}
.AnyTagClassName
{
color: #68B55C;
}
</style>
background-color css
<style>
a { background-color: #68B55C; }
a { background-color: rgb(104,181,92); }
div.DivClassName
{
background-color: #68B55C;
}
.BgClassName
{
background-color: #68B55C;
}
</style>
border-color css
<style>
span { border-color: #68B55C; }
span { border-color: rgb(104,181,92); }
td.TdClassName
{
border-color: #68B55C;
}
.TagClassName
{
border-color: #68B55C;
}
</style>