Shades of Apple #68A63D
Tints of Apple #68A63D
RGB
CMYK
RGB Variations
Color information
#68A63D (or 0x68A63D) is known color: Apple. HEX triplet: 68, A6 and 3D. RGB value is (104,166,61). Sum of RGB (Red+Green+Blue) = 104+166+61=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #68A63D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A63D is #9759C2. Grayscale: #878787. Windows color (decimal): -9918915 or 4040296. OLE color: 4040296.
HSL color Cylindrical-coordinate representation of color #68A63D: hue angle of 95.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68A63D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 61 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.35 |
| HSL | 95.43º | 0.46% | 0.45% | - |
| HSV(B) | 95.43º | 0.63% | 0.65% | - |
| XYZ | 20.19 | 30.55 | 9.25 | - |
| YUV | 135.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 61 | 0.37 | 0 | 0.63 | 0.35 | 95.43 | 0.46 | 0.45 |
| Hex | 68 | A6 | 3D | 25 | 0 | 3F | 23 | 5F | 2E | 2D |
| Octal | 150 | 246 | 75 | 45 | 0 | 77 | 43 | 137 | 56 | 55 |
| Binary | 1101000 | 10100110 | 111101 | 100101 | 0 | 111111 | 100011 | 1011111 | 101110 | 101101 |
Color Harmonies of #68A63D
Complementary color
Monochromatic Colors of #68A63D
Black with #68A63D
Text Example
Text Example
White with #68A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A63D; }
p { color: rgb(104,166,61); }
H1.HeaderClassName
{
color: #68A63D;
}
.AnyTagClassName
{
color: #68A63D;
}
</style>
background-color css
<style>
a { background-color: #68A63D; }
a { background-color: rgb(104,166,61); }
div.DivClassName
{
background-color: #68A63D;
}
.BgClassName
{
background-color: #68A63D;
}
</style>
border-color css
<style>
span { border-color: #68A63D; }
span { border-color: rgb(104,166,61); }
td.TdClassName
{
border-color: #68A63D;
}
.TagClassName
{
border-color: #68A63D;
}
</style>