Shades of Apple #68AA38
Tints of Apple #68AA38
RGB
CMYK
RGB Variations
Color information
#68AA38 (or 0x68AA38) is known color: Apple. HEX triplet: 68, AA and 38. RGB value is (104,170,56). Sum of RGB (Red+Green+Blue) = 104+170+56=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA38 is #9755C7. Grayscale: #898989. Windows color (decimal): -9917896 or 3713640. OLE color: 3713640.
HSL color Cylindrical-coordinate representation of color #68AA38: hue angle of 94.74º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68AA38 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 56 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.33 |
| HSL | 94.74º | 0.5% | 0.44% | - |
| HSV(B) | 94.74º | 0.67% | 0.67% | - |
| XYZ | 20.8 | 31.98 | 8.82 | - |
| YUV | 137.27 | 82.13 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 56 | 0.39 | 0 | 0.67 | 0.33 | 94.74 | 0.5 | 0.44 |
| Hex | 68 | AA | 38 | 27 | 0 | 43 | 21 | 5F | 32 | 2C |
| Octal | 150 | 252 | 70 | 47 | 0 | 103 | 41 | 137 | 62 | 54 |
| Binary | 1101000 | 10101010 | 111000 | 100111 | 0 | 1000011 | 100001 | 1011111 | 110010 | 101100 |
Color Harmonies of #68AA38
Complementary color
Monochromatic Colors of #68AA38
Black with #68AA38
Text Example
Text Example
White with #68AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA38; }
p { color: rgb(104,170,56); }
H1.HeaderClassName
{
color: #68AA38;
}
.AnyTagClassName
{
color: #68AA38;
}
</style>
background-color css
<style>
a { background-color: #68AA38; }
a { background-color: rgb(104,170,56); }
div.DivClassName
{
background-color: #68AA38;
}
.BgClassName
{
background-color: #68AA38;
}
</style>
border-color css
<style>
span { border-color: #68AA38; }
span { border-color: rgb(104,170,56); }
td.TdClassName
{
border-color: #68AA38;
}
.TagClassName
{
border-color: #68AA38;
}
</style>