Shades of Apple #679B48
Tints of Apple #679B48
RGB
CMYK
RGB Variations
Color information
#679B48 (or 0x679B48) is known color: Apple. HEX triplet: 67, 9B and 48. RGB value is (103,155,72). Sum of RGB (Red+Green+Blue) = 103+155+72=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #679B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B48 is #9864B7. Grayscale: #828282. Windows color (decimal): -9987256 or 4758375. OLE color: 4758375.
HSL color Cylindrical-coordinate representation of color #679B48: hue angle of 97.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #679B48 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 72 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.39 |
| HSL | 97.59º | 0.37% | 0.45% | - |
| HSV(B) | 97.59º | 0.54% | 0.61% | - |
| XYZ | 18.48 | 26.79 | 10.33 | - |
| YUV | 129.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 72 | 0.34 | 0 | 0.54 | 0.39 | 97.59 | 0.37 | 0.45 |
| Hex | 67 | 9B | 48 | 22 | 0 | 36 | 27 | 62 | 25 | 2D |
| Octal | 147 | 233 | 110 | 42 | 0 | 66 | 47 | 142 | 45 | 55 |
| Binary | 1100111 | 10011011 | 1001000 | 100010 | 0 | 110110 | 100111 | 1100010 | 100101 | 101101 |
Color Harmonies of #679B48
Complementary color
Monochromatic Colors of #679B48
Black with #679B48
Text Example
Text Example
White with #679B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B48; }
p { color: rgb(103,155,72); }
H1.HeaderClassName
{
color: #679B48;
}
.AnyTagClassName
{
color: #679B48;
}
</style>
background-color css
<style>
a { background-color: #679B48; }
a { background-color: rgb(103,155,72); }
div.DivClassName
{
background-color: #679B48;
}
.BgClassName
{
background-color: #679B48;
}
</style>
border-color css
<style>
span { border-color: #679B48; }
span { border-color: rgb(103,155,72); }
td.TdClassName
{
border-color: #679B48;
}
.TagClassName
{
border-color: #679B48;
}
</style>