Shades of Apple #68AF57
Tints of Apple #68AF57
RGB
CMYK
RGB Variations
Color information
#68AF57 (or 0x68AF57) is known color: Apple. HEX triplet: 68, AF and 57. RGB value is (104,175,87). Sum of RGB (Red+Green+Blue) = 104+175+87=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF57 is #9750A8. Grayscale: #909090. Windows color (decimal): -9916585 or 5746536. OLE color: 5746536.
HSL color Cylindrical-coordinate representation of color #68AF57: hue angle of 108.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68AF57 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 87 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.31 |
| HSL | 108.41º | 0.35% | 0.51% | - |
| HSV(B) | 108.41º | 0.5% | 0.69% | - |
| XYZ | 22.76 | 34.29 | 14.44 | - |
| YUV | 143.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 87 | 0.41 | 0 | 0.50 | 0.31 | 108.41 | 0.35 | 0.51 |
| Hex | 68 | AF | 57 | 29 | 0 | 32 | 1F | 6C | 23 | 33 |
| Octal | 150 | 257 | 127 | 51 | 0 | 62 | 37 | 154 | 43 | 63 |
| Binary | 1101000 | 10101111 | 1010111 | 101001 | 0 | 110010 | 11111 | 1101100 | 100011 | 110011 |
Color Harmonies of #68AF57
Complementary color
Monochromatic Colors of #68AF57
Black with #68AF57
Text Example
Text Example
White with #68AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF57; }
p { color: rgb(104,175,87); }
H1.HeaderClassName
{
color: #68AF57;
}
.AnyTagClassName
{
color: #68AF57;
}
</style>
background-color css
<style>
a { background-color: #68AF57; }
a { background-color: rgb(104,175,87); }
div.DivClassName
{
background-color: #68AF57;
}
.BgClassName
{
background-color: #68AF57;
}
</style>
border-color css
<style>
span { border-color: #68AF57; }
span { border-color: rgb(104,175,87); }
td.TdClassName
{
border-color: #68AF57;
}
.TagClassName
{
border-color: #68AF57;
}
</style>