Shades of Apple #68C731
Tints of Apple #68C731
RGB
CMYK
RGB Variations
Color information
#68C731 (or 0x68C731) is known color: Apple. HEX triplet: 68, C7 and 31. RGB value is (104,199,49). Sum of RGB (Red+Green+Blue) = 104+199+49=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #68C731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C731 is #9738CE. Grayscale: #999999. Windows color (decimal): -9910479 or 3262312. OLE color: 3262312.
HSL color Cylindrical-coordinate representation of color #68C731: hue angle of 98º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68C731 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 49 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.22 |
| HSL | 98º | 0.6% | 0.49% | - |
| HSV(B) | 98º | 0.75% | 0.78% | - |
| XYZ | 26.69 | 44.01 | 9.99 | - |
| YUV | 153.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 49 | 0.48 | 0 | 0.75 | 0.22 | 98 | 0.6 | 0.49 |
| Hex | 68 | C7 | 31 | 30 | 0 | 4B | 16 | 62 | 3C | 31 |
| Octal | 150 | 307 | 61 | 60 | 0 | 113 | 26 | 142 | 74 | 61 |
| Binary | 1101000 | 11000111 | 110001 | 110000 | 0 | 1001011 | 10110 | 1100010 | 111100 | 110001 |
Color Harmonies of #68C731
Complementary color
Monochromatic Colors of #68C731
Black with #68C731
Text Example
Text Example
White with #68C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C731; }
p { color: rgb(104,199,49); }
H1.HeaderClassName
{
color: #68C731;
}
.AnyTagClassName
{
color: #68C731;
}
</style>
background-color css
<style>
a { background-color: #68C731; }
a { background-color: rgb(104,199,49); }
div.DivClassName
{
background-color: #68C731;
}
.BgClassName
{
background-color: #68C731;
}
</style>
border-color css
<style>
span { border-color: #68C731; }
span { border-color: rgb(104,199,49); }
td.TdClassName
{
border-color: #68C731;
}
.TagClassName
{
border-color: #68C731;
}
</style>