Shades of Apple #68B13B
Tints of Apple #68B13B
RGB
CMYK
RGB Variations
Color information
#68B13B (or 0x68B13B) is known color: Apple. HEX triplet: 68, B1 and 3B. RGB value is (104,177,59). Sum of RGB (Red+Green+Blue) = 104+177+59=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #68B13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B13B is #974EC4. Grayscale: #8E8E8E. Windows color (decimal): -9916101 or 3912040. OLE color: 3912040.
HSL color Cylindrical-coordinate representation of color #68B13B: hue angle of 97.12º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68B13B is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 59 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.31 |
| HSL | 97.12º | 0.5% | 0.46% | - |
| HSV(B) | 97.12º | 0.67% | 0.69% | - |
| XYZ | 22.22 | 34.7 | 9.66 | - |
| YUV | 141.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 59 | 0.41 | 0 | 0.67 | 0.31 | 97.12 | 0.5 | 0.46 |
| Hex | 68 | B1 | 3B | 29 | 0 | 43 | 1F | 61 | 32 | 2E |
| Octal | 150 | 261 | 73 | 51 | 0 | 103 | 37 | 141 | 62 | 56 |
| Binary | 1101000 | 10110001 | 111011 | 101001 | 0 | 1000011 | 11111 | 1100001 | 110010 | 101110 |
Color Harmonies of #68B13B
Complementary color
Monochromatic Colors of #68B13B
Black with #68B13B
Text Example
Text Example
White with #68B13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B13B; }
p { color: rgb(104,177,59); }
H1.HeaderClassName
{
color: #68B13B;
}
.AnyTagClassName
{
color: #68B13B;
}
</style>
background-color css
<style>
a { background-color: #68B13B; }
a { background-color: rgb(104,177,59); }
div.DivClassName
{
background-color: #68B13B;
}
.BgClassName
{
background-color: #68B13B;
}
</style>
border-color css
<style>
span { border-color: #68B13B; }
span { border-color: rgb(104,177,59); }
td.TdClassName
{
border-color: #68B13B;
}
.TagClassName
{
border-color: #68B13B;
}
</style>