Shades of Apple #68BD4B
Tints of Apple #68BD4B
RGB
CMYK
RGB Variations
Color information
#68BD4B (or 0x68BD4B) is known color: Apple. HEX triplet: 68, BD and 4B. RGB value is (104,189,75). Sum of RGB (Red+Green+Blue) = 104+189+75=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD4B is #9742B4. Grayscale: #969696. Windows color (decimal): -9913013 or 4963688. OLE color: 4963688.
HSL color Cylindrical-coordinate representation of color #68BD4B: hue angle of 104.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68BD4B is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 75 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.26 |
| HSL | 104.74º | 0.46% | 0.52% | - |
| HSV(B) | 104.74º | 0.6% | 0.74% | - |
| XYZ | 25.18 | 39.85 | 13.02 | - |
| YUV | 150.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 75 | 0.45 | 0 | 0.60 | 0.26 | 104.74 | 0.46 | 0.52 |
| Hex | 68 | BD | 4B | 2D | 0 | 3C | 1A | 69 | 2E | 34 |
| Octal | 150 | 275 | 113 | 55 | 0 | 74 | 32 | 151 | 56 | 64 |
| Binary | 1101000 | 10111101 | 1001011 | 101101 | 0 | 111100 | 11010 | 1101001 | 101110 | 110100 |
Color Harmonies of #68BD4B
Complementary color
Monochromatic Colors of #68BD4B
Black with #68BD4B
Text Example
Text Example
White with #68BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD4B; }
p { color: rgb(104,189,75); }
H1.HeaderClassName
{
color: #68BD4B;
}
.AnyTagClassName
{
color: #68BD4B;
}
</style>
background-color css
<style>
a { background-color: #68BD4B; }
a { background-color: rgb(104,189,75); }
div.DivClassName
{
background-color: #68BD4B;
}
.BgClassName
{
background-color: #68BD4B;
}
</style>
border-color css
<style>
span { border-color: #68BD4B; }
span { border-color: rgb(104,189,75); }
td.TdClassName
{
border-color: #68BD4B;
}
.TagClassName
{
border-color: #68BD4B;
}
</style>