Shades of Apple #68AF55
Tints of Apple #68AF55
RGB
CMYK
RGB Variations
Color information
#68AF55 (or 0x68AF55) is known color: Apple. HEX triplet: 68, AF and 55. RGB value is (104,175,85). Sum of RGB (Red+Green+Blue) = 104+175+85=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF55 is #9750AA. Grayscale: #8F8F8F. Windows color (decimal): -9916587 or 5615464. OLE color: 5615464.
HSL color Cylindrical-coordinate representation of color #68AF55: hue angle of 107.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AF55 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 85 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.31 |
| HSL | 107.33º | 0.36% | 0.51% | - |
| HSV(B) | 107.33º | 0.51% | 0.69% | - |
| XYZ | 22.68 | 34.26 | 14.01 | - |
| YUV | 143.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 85 | 0.41 | 0 | 0.51 | 0.31 | 107.33 | 0.36 | 0.51 |
| Hex | 68 | AF | 55 | 29 | 0 | 33 | 1F | 6B | 24 | 33 |
| Octal | 150 | 257 | 125 | 51 | 0 | 63 | 37 | 153 | 44 | 63 |
| Binary | 1101000 | 10101111 | 1010101 | 101001 | 0 | 110011 | 11111 | 1101011 | 100100 | 110011 |
Color Harmonies of #68AF55
Complementary color
Monochromatic Colors of #68AF55
Black with #68AF55
Text Example
Text Example
White with #68AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF55; }
p { color: rgb(104,175,85); }
H1.HeaderClassName
{
color: #68AF55;
}
.AnyTagClassName
{
color: #68AF55;
}
</style>
background-color css
<style>
a { background-color: #68AF55; }
a { background-color: rgb(104,175,85); }
div.DivClassName
{
background-color: #68AF55;
}
.BgClassName
{
background-color: #68AF55;
}
</style>
border-color css
<style>
span { border-color: #68AF55; }
span { border-color: rgb(104,175,85); }
td.TdClassName
{
border-color: #68AF55;
}
.TagClassName
{
border-color: #68AF55;
}
</style>