Shades of Apple #68B045
Tints of Apple #68B045
RGB
CMYK
RGB Variations
Color information
#68B045 (or 0x68B045) is known color: Apple. HEX triplet: 68, B0 and 45. RGB value is (104,176,69). Sum of RGB (Red+Green+Blue) = 104+176+69=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #68B045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B045 is #974FBA. Grayscale: #8E8E8E. Windows color (decimal): -9916347 or 4567144. OLE color: 4567144.
HSL color Cylindrical-coordinate representation of color #68B045: hue angle of 100.37º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68B045 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 69 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.31 |
| HSL | 100.37º | 0.44% | 0.48% | - |
| HSV(B) | 100.37º | 0.61% | 0.69% | - |
| XYZ | 22.31 | 34.42 | 11.1 | - |
| YUV | 142.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 69 | 0.41 | 0 | 0.61 | 0.31 | 100.37 | 0.44 | 0.48 |
| Hex | 68 | B0 | 45 | 29 | 0 | 3D | 1F | 64 | 2C | 30 |
| Octal | 150 | 260 | 105 | 51 | 0 | 75 | 37 | 144 | 54 | 60 |
| Binary | 1101000 | 10110000 | 1000101 | 101001 | 0 | 111101 | 11111 | 1100100 | 101100 | 110000 |
Color Harmonies of #68B045
Complementary color
Monochromatic Colors of #68B045
Black with #68B045
Text Example
Text Example
White with #68B045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B045; }
p { color: rgb(104,176,69); }
H1.HeaderClassName
{
color: #68B045;
}
.AnyTagClassName
{
color: #68B045;
}
</style>
background-color css
<style>
a { background-color: #68B045; }
a { background-color: rgb(104,176,69); }
div.DivClassName
{
background-color: #68B045;
}
.BgClassName
{
background-color: #68B045;
}
</style>
border-color css
<style>
span { border-color: #68B045; }
span { border-color: rgb(104,176,69); }
td.TdClassName
{
border-color: #68B045;
}
.TagClassName
{
border-color: #68B045;
}
</style>