Shades of Apple #68B736
Tints of Apple #68B736
RGB
CMYK
RGB Variations
Color information
#68B736 (or 0x68B736) is known color: Apple. HEX triplet: 68, B7 and 36. RGB value is (104,183,54). Sum of RGB (Red+Green+Blue) = 104+183+54=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #68B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B736 is #9748C9. Grayscale: #919191. Windows color (decimal): -9914570 or 3585896. OLE color: 3585896.
HSL color Cylindrical-coordinate representation of color #68B736: hue angle of 96.74º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68B736 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 54 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.28 |
| HSL | 96.74º | 0.54% | 0.46% | - |
| HSV(B) | 96.74º | 0.7% | 0.72% | - |
| XYZ | 23.31 | 37.08 | 9.42 | - |
| YUV | 144.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 54 | 0.43 | 0 | 0.70 | 0.28 | 96.74 | 0.54 | 0.46 |
| Hex | 68 | B7 | 36 | 2B | 0 | 46 | 1C | 61 | 36 | 2E |
| Octal | 150 | 267 | 66 | 53 | 0 | 106 | 34 | 141 | 66 | 56 |
| Binary | 1101000 | 10110111 | 110110 | 101011 | 0 | 1000110 | 11100 | 1100001 | 110110 | 101110 |
Color Harmonies of #68B736
Complementary color
Monochromatic Colors of #68B736
Black with #68B736
Text Example
Text Example
White with #68B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B736; }
p { color: rgb(104,183,54); }
H1.HeaderClassName
{
color: #68B736;
}
.AnyTagClassName
{
color: #68B736;
}
</style>
background-color css
<style>
a { background-color: #68B736; }
a { background-color: rgb(104,183,54); }
div.DivClassName
{
background-color: #68B736;
}
.BgClassName
{
background-color: #68B736;
}
</style>
border-color css
<style>
span { border-color: #68B736; }
span { border-color: rgb(104,183,54); }
td.TdClassName
{
border-color: #68B736;
}
.TagClassName
{
border-color: #68B736;
}
</style>