Shades of Apple #68AF34
Tints of Apple #68AF34
RGB
CMYK
RGB Variations
Color information
#68AF34 (or 0x68AF34) is known color: Apple. HEX triplet: 68, AF and 34. RGB value is (104,175,52). Sum of RGB (Red+Green+Blue) = 104+175+52=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AF34 is #9750CB. Grayscale: #8C8C8C. Windows color (decimal): -9916620 or 3452776. OLE color: 3452776.
HSL color Cylindrical-coordinate representation of color #68AF34: hue angle of 94.63º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68AF34 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 52 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.31 |
| HSL | 94.63º | 0.54% | 0.45% | - |
| HSV(B) | 94.63º | 0.7% | 0.69% | - |
| XYZ | 21.66 | 33.85 | 8.64 | - |
| YUV | 139.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 52 | 0.41 | 0 | 0.70 | 0.31 | 94.63 | 0.54 | 0.45 |
| Hex | 68 | AF | 34 | 29 | 0 | 46 | 1F | 5F | 36 | 2D |
| Octal | 150 | 257 | 64 | 51 | 0 | 106 | 37 | 137 | 66 | 55 |
| Binary | 1101000 | 10101111 | 110100 | 101001 | 0 | 1000110 | 11111 | 1011111 | 110110 | 101101 |
Color Harmonies of #68AF34
Complementary color
Monochromatic Colors of #68AF34
Black with #68AF34
Text Example
Text Example
White with #68AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF34; }
p { color: rgb(104,175,52); }
H1.HeaderClassName
{
color: #68AF34;
}
.AnyTagClassName
{
color: #68AF34;
}
</style>
background-color css
<style>
a { background-color: #68AF34; }
a { background-color: rgb(104,175,52); }
div.DivClassName
{
background-color: #68AF34;
}
.BgClassName
{
background-color: #68AF34;
}
</style>
border-color css
<style>
span { border-color: #68AF34; }
span { border-color: rgb(104,175,52); }
td.TdClassName
{
border-color: #68AF34;
}
.TagClassName
{
border-color: #68AF34;
}
</style>