Shades of Apple #68B153
Tints of Apple #68B153
RGB
CMYK
RGB Variations
Color information
#68B153 (or 0x68B153) is known color: Apple. HEX triplet: 68, B1 and 53. RGB value is (104,177,83). Sum of RGB (Red+Green+Blue) = 104+177+83=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #68B153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B153 is #974EAC. Grayscale: #909090. Windows color (decimal): -9916077 or 5484904. OLE color: 5484904.
HSL color Cylindrical-coordinate representation of color #68B153: hue angle of 106.6º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B153 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 83 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.31 |
| HSL | 106.6º | 0.38% | 0.51% | - |
| HSV(B) | 106.6º | 0.53% | 0.69% | - |
| XYZ | 22.99 | 35.01 | 13.73 | - |
| YUV | 144.46 | 93.32 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 83 | 0.41 | 0 | 0.53 | 0.31 | 106.6 | 0.38 | 0.51 |
| Hex | 68 | B1 | 53 | 29 | 0 | 35 | 1F | 6B | 26 | 33 |
| Octal | 150 | 261 | 123 | 51 | 0 | 65 | 37 | 153 | 46 | 63 |
| Binary | 1101000 | 10110001 | 1010011 | 101001 | 0 | 110101 | 11111 | 1101011 | 100110 | 110011 |
Color Harmonies of #68B153
Complementary color
Monochromatic Colors of #68B153
Black with #68B153
Text Example
Text Example
White with #68B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B153; }
p { color: rgb(104,177,83); }
H1.HeaderClassName
{
color: #68B153;
}
.AnyTagClassName
{
color: #68B153;
}
</style>
background-color css
<style>
a { background-color: #68B153; }
a { background-color: rgb(104,177,83); }
div.DivClassName
{
background-color: #68B153;
}
.BgClassName
{
background-color: #68B153;
}
</style>
border-color css
<style>
span { border-color: #68B153; }
span { border-color: rgb(104,177,83); }
td.TdClassName
{
border-color: #68B153;
}
.TagClassName
{
border-color: #68B153;
}
</style>