Shades of Apple #68AA3C
Tints of Apple #68AA3C
RGB
CMYK
RGB Variations
Color information
#68AA3C (or 0x68AA3C) is known color: Apple. HEX triplet: 68, AA and 3C. RGB value is (104,170,60). Sum of RGB (Red+Green+Blue) = 104+170+60=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA3C is #9755C3. Grayscale: #8A8A8A. Windows color (decimal): -9917892 or 3975784. OLE color: 3975784.
HSL color Cylindrical-coordinate representation of color #68AA3C: hue angle of 96º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68AA3C is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 60 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.33 |
| HSL | 96º | 0.48% | 0.45% | - |
| HSV(B) | 96º | 0.65% | 0.67% | - |
| XYZ | 20.9 | 32.02 | 9.35 | - |
| YUV | 137.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 60 | 0.39 | 0 | 0.65 | 0.33 | 96 | 0.48 | 0.45 |
| Hex | 68 | AA | 3C | 27 | 0 | 41 | 21 | 60 | 30 | 2D |
| Octal | 150 | 252 | 74 | 47 | 0 | 101 | 41 | 140 | 60 | 55 |
| Binary | 1101000 | 10101010 | 111100 | 100111 | 0 | 1000001 | 100001 | 1100000 | 110000 | 101101 |
Color Harmonies of #68AA3C
Complementary color
Monochromatic Colors of #68AA3C
Black with #68AA3C
Text Example
Text Example
White with #68AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA3C; }
p { color: rgb(104,170,60); }
H1.HeaderClassName
{
color: #68AA3C;
}
.AnyTagClassName
{
color: #68AA3C;
}
</style>
background-color css
<style>
a { background-color: #68AA3C; }
a { background-color: rgb(104,170,60); }
div.DivClassName
{
background-color: #68AA3C;
}
.BgClassName
{
background-color: #68AA3C;
}
</style>
border-color css
<style>
span { border-color: #68AA3C; }
span { border-color: rgb(104,170,60); }
td.TdClassName
{
border-color: #68AA3C;
}
.TagClassName
{
border-color: #68AA3C;
}
</style>