Shades of Apple #679C4F
Tints of Apple #679C4F
RGB
CMYK
RGB Variations
Color information
#679C4F (or 0x679C4F) is known color: Apple. HEX triplet: 67, 9C and 4F. RGB value is (103,156,79). Sum of RGB (Red+Green+Blue) = 103+156+79=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #679C4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679C4F is #9863B0. Grayscale: #838383. Windows color (decimal): -9986993 or 5217383. OLE color: 5217383.
HSL color Cylindrical-coordinate representation of color #679C4F: hue angle of 101.3º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #679C4F is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 79 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.39 |
| HSL | 101.3º | 0.33% | 0.46% | - |
| HSV(B) | 101.3º | 0.49% | 0.61% | - |
| XYZ | 18.89 | 27.23 | 11.66 | - |
| YUV | 131.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 79 | 0.34 | 0 | 0.49 | 0.39 | 101.3 | 0.33 | 0.46 |
| Hex | 67 | 9C | 4F | 22 | 0 | 31 | 27 | 65 | 21 | 2E |
| Octal | 147 | 234 | 117 | 42 | 0 | 61 | 47 | 145 | 41 | 56 |
| Binary | 1100111 | 10011100 | 1001111 | 100010 | 0 | 110001 | 100111 | 1100101 | 100001 | 101110 |
Color Harmonies of #679C4F
Complementary color
Monochromatic Colors of #679C4F
Black with #679C4F
Text Example
Text Example
White with #679C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C4F; }
p { color: rgb(103,156,79); }
H1.HeaderClassName
{
color: #679C4F;
}
.AnyTagClassName
{
color: #679C4F;
}
</style>
background-color css
<style>
a { background-color: #679C4F; }
a { background-color: rgb(103,156,79); }
div.DivClassName
{
background-color: #679C4F;
}
.BgClassName
{
background-color: #679C4F;
}
</style>
border-color css
<style>
span { border-color: #679C4F; }
span { border-color: rgb(103,156,79); }
td.TdClassName
{
border-color: #679C4F;
}
.TagClassName
{
border-color: #679C4F;
}
</style>