Shades of Apple #68AD38
Tints of Apple #68AD38
RGB
CMYK
RGB Variations
Color information
#68AD38 (or 0x68AD38) is known color: Apple. HEX triplet: 68, AD and 38. RGB value is (104,173,56). Sum of RGB (Red+Green+Blue) = 104+173+56=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD38 is #9752C7. Grayscale: #8B8B8B. Windows color (decimal): -9917128 or 3714408. OLE color: 3714408.
HSL color Cylindrical-coordinate representation of color #68AD38: hue angle of 95.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68AD38 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 56 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.32 |
| HSL | 95.38º | 0.51% | 0.45% | - |
| HSV(B) | 95.38º | 0.68% | 0.68% | - |
| XYZ | 21.37 | 33.12 | 9.01 | - |
| YUV | 139.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 56 | 0.40 | 0 | 0.68 | 0.32 | 95.38 | 0.51 | 0.45 |
| Hex | 68 | AD | 38 | 28 | 0 | 44 | 20 | 5F | 33 | 2D |
| Octal | 150 | 255 | 70 | 50 | 0 | 104 | 40 | 137 | 63 | 55 |
| Binary | 1101000 | 10101101 | 111000 | 101000 | 0 | 1000100 | 100000 | 1011111 | 110011 | 101101 |
Color Harmonies of #68AD38
Complementary color
Monochromatic Colors of #68AD38
Black with #68AD38
Text Example
Text Example
White with #68AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD38; }
p { color: rgb(104,173,56); }
H1.HeaderClassName
{
color: #68AD38;
}
.AnyTagClassName
{
color: #68AD38;
}
</style>
background-color css
<style>
a { background-color: #68AD38; }
a { background-color: rgb(104,173,56); }
div.DivClassName
{
background-color: #68AD38;
}
.BgClassName
{
background-color: #68AD38;
}
</style>
border-color css
<style>
span { border-color: #68AD38; }
span { border-color: rgb(104,173,56); }
td.TdClassName
{
border-color: #68AD38;
}
.TagClassName
{
border-color: #68AD38;
}
</style>