Shades of Apple #68C45A
Tints of Apple #68C45A
RGB
CMYK
RGB Variations
Color information
#68C45A (or 0x68C45A) is known color: Apple. HEX triplet: 68, C4 and 5A. RGB value is (104,196,90). Sum of RGB (Red+Green+Blue) = 104+196+90=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #68C45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C45A is #973BA5. Grayscale: #9C9C9C. Windows color (decimal): -9911206 or 5948520. OLE color: 5948520.
HSL color Cylindrical-coordinate representation of color #68C45A: hue angle of 112.08º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68C45A is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 90 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.23 |
| HSL | 112.08º | 0.47% | 0.56% | - |
| HSV(B) | 112.08º | 0.54% | 0.77% | - |
| XYZ | 27.29 | 43.16 | 16.57 | - |
| YUV | 156.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 90 | 0.47 | 0 | 0.54 | 0.23 | 112.08 | 0.47 | 0.56 |
| Hex | 68 | C4 | 5A | 2F | 0 | 36 | 17 | 70 | 2F | 38 |
| Octal | 150 | 304 | 132 | 57 | 0 | 66 | 27 | 160 | 57 | 70 |
| Binary | 1101000 | 11000100 | 1011010 | 101111 | 0 | 110110 | 10111 | 1110000 | 101111 | 111000 |
Color Harmonies of #68C45A
Complementary color
Monochromatic Colors of #68C45A
Black with #68C45A
Text Example
Text Example
White with #68C45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C45A; }
p { color: rgb(104,196,90); }
H1.HeaderClassName
{
color: #68C45A;
}
.AnyTagClassName
{
color: #68C45A;
}
</style>
background-color css
<style>
a { background-color: #68C45A; }
a { background-color: rgb(104,196,90); }
div.DivClassName
{
background-color: #68C45A;
}
.BgClassName
{
background-color: #68C45A;
}
</style>
border-color css
<style>
span { border-color: #68C45A; }
span { border-color: rgb(104,196,90); }
td.TdClassName
{
border-color: #68C45A;
}
.TagClassName
{
border-color: #68C45A;
}
</style>