Shades of Apple #68BA35
Tints of Apple #68BA35
RGB
CMYK
RGB Variations
Color information
#68BA35 (or 0x68BA35) is known color: Apple. HEX triplet: 68, BA and 35. RGB value is (104,186,53). Sum of RGB (Red+Green+Blue) = 104+186+53=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA35 is #9745CA. Grayscale: #929292. Windows color (decimal): -9913803 or 3521128. OLE color: 3521128.
HSL color Cylindrical-coordinate representation of color #68BA35: hue angle of 96.99º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68BA35 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 53 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.27 |
| HSL | 96.99º | 0.56% | 0.47% | - |
| HSV(B) | 96.99º | 0.72% | 0.73% | - |
| XYZ | 23.91 | 38.32 | 9.5 | - |
| YUV | 146.32 | 75.33 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 53 | 0.44 | 0 | 0.72 | 0.27 | 96.99 | 0.56 | 0.47 |
| Hex | 68 | BA | 35 | 2C | 0 | 48 | 1B | 61 | 38 | 2F |
| Octal | 150 | 272 | 65 | 54 | 0 | 110 | 33 | 141 | 70 | 57 |
| Binary | 1101000 | 10111010 | 110101 | 101100 | 0 | 1001000 | 11011 | 1100001 | 111000 | 101111 |
Color Harmonies of #68BA35
Complementary color
Monochromatic Colors of #68BA35
Black with #68BA35
Text Example
Text Example
White with #68BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA35; }
p { color: rgb(104,186,53); }
H1.HeaderClassName
{
color: #68BA35;
}
.AnyTagClassName
{
color: #68BA35;
}
</style>
background-color css
<style>
a { background-color: #68BA35; }
a { background-color: rgb(104,186,53); }
div.DivClassName
{
background-color: #68BA35;
}
.BgClassName
{
background-color: #68BA35;
}
</style>
border-color css
<style>
span { border-color: #68BA35; }
span { border-color: rgb(104,186,53); }
td.TdClassName
{
border-color: #68BA35;
}
.TagClassName
{
border-color: #68BA35;
}
</style>