Shades of Apple #68AD3B
Tints of Apple #68AD3B
RGB
CMYK
RGB Variations
Color information
#68AD3B (or 0x68AD3B) is known color: Apple. HEX triplet: 68, AD and 3B. RGB value is (104,173,59). Sum of RGB (Red+Green+Blue) = 104+173+59=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD3B is #9752C4. Grayscale: #8B8B8B. Windows color (decimal): -9917125 or 3911016. OLE color: 3911016.
HSL color Cylindrical-coordinate representation of color #68AD3B: hue angle of 96.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68AD3B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 59 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.32 |
| HSL | 96.32º | 0.49% | 0.45% | - |
| HSV(B) | 96.32º | 0.66% | 0.68% | - |
| XYZ | 21.44 | 33.15 | 9.41 | - |
| YUV | 139.37 | 82.64 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 59 | 0.40 | 0 | 0.66 | 0.32 | 96.32 | 0.49 | 0.45 |
| Hex | 68 | AD | 3B | 28 | 0 | 42 | 20 | 60 | 31 | 2D |
| Octal | 150 | 255 | 73 | 50 | 0 | 102 | 40 | 140 | 61 | 55 |
| Binary | 1101000 | 10101101 | 111011 | 101000 | 0 | 1000010 | 100000 | 1100000 | 110001 | 101101 |
Color Harmonies of #68AD3B
Complementary color
Monochromatic Colors of #68AD3B
Black with #68AD3B
Text Example
Text Example
White with #68AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD3B; }
p { color: rgb(104,173,59); }
H1.HeaderClassName
{
color: #68AD3B;
}
.AnyTagClassName
{
color: #68AD3B;
}
</style>
background-color css
<style>
a { background-color: #68AD3B; }
a { background-color: rgb(104,173,59); }
div.DivClassName
{
background-color: #68AD3B;
}
.BgClassName
{
background-color: #68AD3B;
}
</style>
border-color css
<style>
span { border-color: #68AD3B; }
span { border-color: rgb(104,173,59); }
td.TdClassName
{
border-color: #68AD3B;
}
.TagClassName
{
border-color: #68AD3B;
}
</style>