Shades of Apple #68AF45
Tints of Apple #68AF45
RGB
CMYK
RGB Variations
Color information
#68AF45 (or 0x68AF45) is known color: Apple. HEX triplet: 68, AF and 45. RGB value is (104,175,69). Sum of RGB (Red+Green+Blue) = 104+175+69=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AF45 is #9750BA. Grayscale: #8E8E8E. Windows color (decimal): -9916603 or 4566888. OLE color: 4566888.
HSL color Cylindrical-coordinate representation of color #68AF45: hue angle of 100.19º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68AF45 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 69 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.31 |
| HSL | 100.19º | 0.43% | 0.48% | - |
| HSV(B) | 100.19º | 0.61% | 0.69% | - |
| XYZ | 22.11 | 34.03 | 11.03 | - |
| YUV | 141.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 69 | 0.41 | 0 | 0.61 | 0.31 | 100.19 | 0.43 | 0.48 |
| Hex | 68 | AF | 45 | 29 | 0 | 3D | 1F | 64 | 2B | 30 |
| Octal | 150 | 257 | 105 | 51 | 0 | 75 | 37 | 144 | 53 | 60 |
| Binary | 1101000 | 10101111 | 1000101 | 101001 | 0 | 111101 | 11111 | 1100100 | 101011 | 110000 |
Color Harmonies of #68AF45
Complementary color
Monochromatic Colors of #68AF45
Black with #68AF45
Text Example
Text Example
White with #68AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF45; }
p { color: rgb(104,175,69); }
H1.HeaderClassName
{
color: #68AF45;
}
.AnyTagClassName
{
color: #68AF45;
}
</style>
background-color css
<style>
a { background-color: #68AF45; }
a { background-color: rgb(104,175,69); }
div.DivClassName
{
background-color: #68AF45;
}
.BgClassName
{
background-color: #68AF45;
}
</style>
border-color css
<style>
span { border-color: #68AF45; }
span { border-color: rgb(104,175,69); }
td.TdClassName
{
border-color: #68AF45;
}
.TagClassName
{
border-color: #68AF45;
}
</style>