Shades of Apple #68BF5B
Tints of Apple #68BF5B
RGB
CMYK
RGB Variations
Color information
#68BF5B (or 0x68BF5B) is known color: Apple. HEX triplet: 68, BF and 5B. RGB value is (104,191,91). Sum of RGB (Red+Green+Blue) = 104+191+91=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF5B is #9740A4. Grayscale: #999999. Windows color (decimal): -9912485 or 6012776. OLE color: 6012776.
HSL color Cylindrical-coordinate representation of color #68BF5B: hue angle of 112.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68BF5B is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 91 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.25 |
| HSL | 112.2º | 0.44% | 0.55% | - |
| HSV(B) | 112.2º | 0.52% | 0.75% | - |
| XYZ | 26.23 | 40.96 | 16.42 | - |
| YUV | 153.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 91 | 0.46 | 0 | 0.52 | 0.25 | 112.2 | 0.44 | 0.55 |
| Hex | 68 | BF | 5B | 2E | 0 | 34 | 19 | 70 | 2C | 37 |
| Octal | 150 | 277 | 133 | 56 | 0 | 64 | 31 | 160 | 54 | 67 |
| Binary | 1101000 | 10111111 | 1011011 | 101110 | 0 | 110100 | 11001 | 1110000 | 101100 | 110111 |
Color Harmonies of #68BF5B
Complementary color
Monochromatic Colors of #68BF5B
Black with #68BF5B
Text Example
Text Example
White with #68BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF5B; }
p { color: rgb(104,191,91); }
H1.HeaderClassName
{
color: #68BF5B;
}
.AnyTagClassName
{
color: #68BF5B;
}
</style>
background-color css
<style>
a { background-color: #68BF5B; }
a { background-color: rgb(104,191,91); }
div.DivClassName
{
background-color: #68BF5B;
}
.BgClassName
{
background-color: #68BF5B;
}
</style>
border-color css
<style>
span { border-color: #68BF5B; }
span { border-color: rgb(104,191,91); }
td.TdClassName
{
border-color: #68BF5B;
}
.TagClassName
{
border-color: #68BF5B;
}
</style>