Shades of Apple #68B451
Tints of Apple #68B451
RGB
CMYK
RGB Variations
Color information
#68B451 (or 0x68B451) is known color: Apple. HEX triplet: 68, B4 and 51. RGB value is (104,180,81). Sum of RGB (Red+Green+Blue) = 104+180+81=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #68B451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B451 is #974BAE. Grayscale: #929292. Windows color (decimal): -9915311 or 5354600. OLE color: 5354600.
HSL color Cylindrical-coordinate representation of color #68B451: hue angle of 106.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68B451 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 81 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.29 |
| HSL | 106.06º | 0.4% | 0.51% | - |
| HSV(B) | 106.06º | 0.55% | 0.71% | - |
| XYZ | 23.52 | 36.18 | 13.53 | - |
| YUV | 145.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 81 | 0.42 | 0 | 0.55 | 0.29 | 106.06 | 0.4 | 0.51 |
| Hex | 68 | B4 | 51 | 2A | 0 | 37 | 1D | 6A | 28 | 33 |
| Octal | 150 | 264 | 121 | 52 | 0 | 67 | 35 | 152 | 50 | 63 |
| Binary | 1101000 | 10110100 | 1010001 | 101010 | 0 | 110111 | 11101 | 1101010 | 101000 | 110011 |
Color Harmonies of #68B451
Complementary color
Monochromatic Colors of #68B451
Black with #68B451
Text Example
Text Example
White with #68B451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B451; }
p { color: rgb(104,180,81); }
H1.HeaderClassName
{
color: #68B451;
}
.AnyTagClassName
{
color: #68B451;
}
</style>
background-color css
<style>
a { background-color: #68B451; }
a { background-color: rgb(104,180,81); }
div.DivClassName
{
background-color: #68B451;
}
.BgClassName
{
background-color: #68B451;
}
</style>
border-color css
<style>
span { border-color: #68B451; }
span { border-color: rgb(104,180,81); }
td.TdClassName
{
border-color: #68B451;
}
.TagClassName
{
border-color: #68B451;
}
</style>