Shades of Apple #68AB38
Tints of Apple #68AB38
RGB
CMYK
RGB Variations
Color information
#68AB38 (or 0x68AB38) is known color: Apple. HEX triplet: 68, AB and 38. RGB value is (104,171,56). Sum of RGB (Red+Green+Blue) = 104+171+56=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB38 is #9754C7. Grayscale: #8A8A8A. Windows color (decimal): -9917640 or 3713896. OLE color: 3713896.
HSL color Cylindrical-coordinate representation of color #68AB38: hue angle of 94.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68AB38 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 56 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.33 |
| HSL | 94.96º | 0.51% | 0.45% | - |
| HSV(B) | 94.96º | 0.67% | 0.67% | - |
| XYZ | 20.99 | 32.35 | 8.88 | - |
| YUV | 137.86 | 81.8 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 56 | 0.39 | 0 | 0.67 | 0.33 | 94.96 | 0.51 | 0.45 |
| Hex | 68 | AB | 38 | 27 | 0 | 43 | 21 | 5F | 33 | 2D |
| Octal | 150 | 253 | 70 | 47 | 0 | 103 | 41 | 137 | 63 | 55 |
| Binary | 1101000 | 10101011 | 111000 | 100111 | 0 | 1000011 | 100001 | 1011111 | 110011 | 101101 |
Color Harmonies of #68AB38
Complementary color
Monochromatic Colors of #68AB38
Black with #68AB38
Text Example
Text Example
White with #68AB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB38; }
p { color: rgb(104,171,56); }
H1.HeaderClassName
{
color: #68AB38;
}
.AnyTagClassName
{
color: #68AB38;
}
</style>
background-color css
<style>
a { background-color: #68AB38; }
a { background-color: rgb(104,171,56); }
div.DivClassName
{
background-color: #68AB38;
}
.BgClassName
{
background-color: #68AB38;
}
</style>
border-color css
<style>
span { border-color: #68AB38; }
span { border-color: rgb(104,171,56); }
td.TdClassName
{
border-color: #68AB38;
}
.TagClassName
{
border-color: #68AB38;
}
</style>