Shades of Apple #679B4F
Tints of Apple #679B4F
RGB
CMYK
RGB Variations
Color information
#679B4F (or 0x679B4F) is known color: Apple. HEX triplet: 67, 9B and 4F. RGB value is (103,155,79). Sum of RGB (Red+Green+Blue) = 103+155+79=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #679B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B4F is #9864B0. Grayscale: #838383. Windows color (decimal): -9987249 or 5217127. OLE color: 5217127.
HSL color Cylindrical-coordinate representation of color #679B4F: hue angle of 101.05º degrees, saturation: 0.32, 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 #679B4F is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 79 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.39 |
| HSL | 101.05º | 0.32% | 0.46% | - |
| HSV(B) | 101.05º | 0.49% | 0.61% | - |
| XYZ | 18.73 | 26.89 | 11.6 | - |
| YUV | 130.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 79 | 0.34 | 0 | 0.49 | 0.39 | 101.05 | 0.32 | 0.46 |
| Hex | 67 | 9B | 4F | 22 | 0 | 31 | 27 | 65 | 20 | 2E |
| Octal | 147 | 233 | 117 | 42 | 0 | 61 | 47 | 145 | 40 | 56 |
| Binary | 1100111 | 10011011 | 1001111 | 100010 | 0 | 110001 | 100111 | 1100101 | 100000 | 101110 |
Color Harmonies of #679B4F
Complementary color
Monochromatic Colors of #679B4F
Black with #679B4F
Text Example
Text Example
White with #679B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B4F; }
p { color: rgb(103,155,79); }
H1.HeaderClassName
{
color: #679B4F;
}
.AnyTagClassName
{
color: #679B4F;
}
</style>
background-color css
<style>
a { background-color: #679B4F; }
a { background-color: rgb(103,155,79); }
div.DivClassName
{
background-color: #679B4F;
}
.BgClassName
{
background-color: #679B4F;
}
</style>
border-color css
<style>
span { border-color: #679B4F; }
span { border-color: rgb(103,155,79); }
td.TdClassName
{
border-color: #679B4F;
}
.TagClassName
{
border-color: #679B4F;
}
</style>