Shades of Apple #68B934
Tints of Apple #68B934
RGB
CMYK
RGB Variations
Color information
#68B934 (or 0x68B934) is known color: Apple. HEX triplet: 68, B9 and 34. RGB value is (104,185,52). Sum of RGB (Red+Green+Blue) = 104+185+52=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #68B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B934 is #9746CB. Grayscale: #929292. Windows color (decimal): -9914060 or 3455336. OLE color: 3455336.
HSL color Cylindrical-coordinate representation of color #68B934: hue angle of 96.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68B934 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 52 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.27 |
| HSL | 96.54º | 0.56% | 0.46% | - |
| HSV(B) | 96.54º | 0.72% | 0.73% | - |
| XYZ | 23.68 | 37.89 | 9.31 | - |
| YUV | 145.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 52 | 0.44 | 0 | 0.72 | 0.27 | 96.54 | 0.56 | 0.46 |
| Hex | 68 | B9 | 34 | 2C | 0 | 48 | 1B | 61 | 38 | 2E |
| Octal | 150 | 271 | 64 | 54 | 0 | 110 | 33 | 141 | 70 | 56 |
| Binary | 1101000 | 10111001 | 110100 | 101100 | 0 | 1001000 | 11011 | 1100001 | 111000 | 101110 |
Color Harmonies of #68B934
Complementary color
Monochromatic Colors of #68B934
Black with #68B934
Text Example
Text Example
White with #68B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B934; }
p { color: rgb(104,185,52); }
H1.HeaderClassName
{
color: #68B934;
}
.AnyTagClassName
{
color: #68B934;
}
</style>
background-color css
<style>
a { background-color: #68B934; }
a { background-color: rgb(104,185,52); }
div.DivClassName
{
background-color: #68B934;
}
.BgClassName
{
background-color: #68B934;
}
</style>
border-color css
<style>
span { border-color: #68B934; }
span { border-color: rgb(104,185,52); }
td.TdClassName
{
border-color: #68B934;
}
.TagClassName
{
border-color: #68B934;
}
</style>