Shades of Apple #68B834
Tints of Apple #68B834
RGB
CMYK
RGB Variations
Color information
#68B834 (or 0x68B834) is known color: Apple. HEX triplet: 68, B8 and 34. RGB value is (104,184,52). Sum of RGB (Red+Green+Blue) = 104+184+52=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #68B834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B834 is #9747CB. Grayscale: #919191. Windows color (decimal): -9914316 or 3455080. OLE color: 3455080.
HSL color Cylindrical-coordinate representation of color #68B834: hue angle of 96.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68B834 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 184 | 52 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.28 |
| HSL | 96.36º | 0.56% | 0.46% | - |
| HSV(B) | 96.36º | 0.72% | 0.72% | - |
| XYZ | 23.47 | 37.47 | 9.24 | - |
| YUV | 145.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 52 | 0.43 | 0 | 0.72 | 0.28 | 96.36 | 0.56 | 0.46 |
| Hex | 68 | B8 | 34 | 2B | 0 | 48 | 1C | 60 | 38 | 2E |
| Octal | 150 | 270 | 64 | 53 | 0 | 110 | 34 | 140 | 70 | 56 |
| Binary | 1101000 | 10111000 | 110100 | 101011 | 0 | 1001000 | 11100 | 1100000 | 111000 | 101110 |
Color Harmonies of #68B834
Complementary color
Monochromatic Colors of #68B834
Black with #68B834
Text Example
Text Example
White with #68B834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B834; }
p { color: rgb(104,184,52); }
H1.HeaderClassName
{
color: #68B834;
}
.AnyTagClassName
{
color: #68B834;
}
</style>
background-color css
<style>
a { background-color: #68B834; }
a { background-color: rgb(104,184,52); }
div.DivClassName
{
background-color: #68B834;
}
.BgClassName
{
background-color: #68B834;
}
</style>
border-color css
<style>
span { border-color: #68B834; }
span { border-color: rgb(104,184,52); }
td.TdClassName
{
border-color: #68B834;
}
.TagClassName
{
border-color: #68B834;
}
</style>