Shades of Apple #68AF40
Tints of Apple #68AF40
RGB
CMYK
RGB Variations
Color information
#68AF40 (or 0x68AF40) is known color: Apple. HEX triplet: 68, AF and 40. RGB value is (104,175,64). Sum of RGB (Red+Green+Blue) = 104+175+64=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AF40 is #9750BF. Grayscale: #8D8D8D. Windows color (decimal): -9916608 or 4239208. OLE color: 4239208.
HSL color Cylindrical-coordinate representation of color #68AF40: hue angle of 98.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68AF40 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 64 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.31 |
| HSL | 98.38º | 0.46% | 0.47% | - |
| HSV(B) | 98.38º | 0.63% | 0.69% | - |
| XYZ | 21.96 | 33.97 | 10.25 | - |
| YUV | 141.12 | 84.48 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 64 | 0.41 | 0 | 0.63 | 0.31 | 98.38 | 0.46 | 0.47 |
| Hex | 68 | AF | 40 | 29 | 0 | 3F | 1F | 62 | 2E | 2F |
| Octal | 150 | 257 | 100 | 51 | 0 | 77 | 37 | 142 | 56 | 57 |
| Binary | 1101000 | 10101111 | 1000000 | 101001 | 0 | 111111 | 11111 | 1100010 | 101110 | 101111 |
Color Harmonies of #68AF40
Complementary color
Monochromatic Colors of #68AF40
Black with #68AF40
Text Example
Text Example
White with #68AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF40; }
p { color: rgb(104,175,64); }
H1.HeaderClassName
{
color: #68AF40;
}
.AnyTagClassName
{
color: #68AF40;
}
</style>
background-color css
<style>
a { background-color: #68AF40; }
a { background-color: rgb(104,175,64); }
div.DivClassName
{
background-color: #68AF40;
}
.BgClassName
{
background-color: #68AF40;
}
</style>
border-color css
<style>
span { border-color: #68AF40; }
span { border-color: rgb(104,175,64); }
td.TdClassName
{
border-color: #68AF40;
}
.TagClassName
{
border-color: #68AF40;
}
</style>