Shades of Apple #68C72B
Tints of Apple #68C72B
RGB
CMYK
RGB Variations
Color information
#68C72B (or 0x68C72B) is known color: Apple. HEX triplet: 68, C7 and 2B. RGB value is (104,199,43). Sum of RGB (Red+Green+Blue) = 104+199+43=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #68C72B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C72B is #9738D4. Grayscale: #999999. Windows color (decimal): -9910485 or 2869096. OLE color: 2869096.
HSL color Cylindrical-coordinate representation of color #68C72B: hue angle of 96.54º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68C72B is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 43 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.22 |
| HSL | 96.54º | 0.64% | 0.47% | - |
| HSV(B) | 96.54º | 0.78% | 0.78% | - |
| XYZ | 26.57 | 43.96 | 9.37 | - |
| YUV | 152.81 | 66.03 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 43 | 0.48 | 0 | 0.78 | 0.22 | 96.54 | 0.64 | 0.47 |
| Hex | 68 | C7 | 2B | 30 | 0 | 4E | 16 | 61 | 40 | 2F |
| Octal | 150 | 307 | 53 | 60 | 0 | 116 | 26 | 141 | 100 | 57 |
| Binary | 1101000 | 11000111 | 101011 | 110000 | 0 | 1001110 | 10110 | 1100001 | 1000000 | 101111 |
Color Harmonies of #68C72B
Complementary color
Monochromatic Colors of #68C72B
Black with #68C72B
Text Example
Text Example
White with #68C72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C72B; }
p { color: rgb(104,199,43); }
H1.HeaderClassName
{
color: #68C72B;
}
.AnyTagClassName
{
color: #68C72B;
}
</style>
background-color css
<style>
a { background-color: #68C72B; }
a { background-color: rgb(104,199,43); }
div.DivClassName
{
background-color: #68C72B;
}
.BgClassName
{
background-color: #68C72B;
}
</style>
border-color css
<style>
span { border-color: #68C72B; }
span { border-color: rgb(104,199,43); }
td.TdClassName
{
border-color: #68C72B;
}
.TagClassName
{
border-color: #68C72B;
}
</style>