Shades of Apple #679C51
Tints of Apple #679C51
RGB
CMYK
RGB Variations
Color information
#679C51 (or 0x679C51) is known color: Apple. HEX triplet: 67, 9C and 51. RGB value is (103,156,81). Sum of RGB (Red+Green+Blue) = 103+156+81=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #679C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679C51 is #9863AE. Grayscale: #838383. Windows color (decimal): -9986991 or 5348455. OLE color: 5348455.
HSL color Cylindrical-coordinate representation of color #679C51: hue angle of 102.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #679C51 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 81 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.39 |
| HSL | 102.4º | 0.32% | 0.46% | - |
| HSV(B) | 102.4º | 0.48% | 0.61% | - |
| XYZ | 18.97 | 27.25 | 12.05 | - |
| YUV | 131.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 81 | 0.34 | 0 | 0.48 | 0.39 | 102.4 | 0.32 | 0.46 |
| Hex | 67 | 9C | 51 | 22 | 0 | 30 | 27 | 66 | 20 | 2E |
| Octal | 147 | 234 | 121 | 42 | 0 | 60 | 47 | 146 | 40 | 56 |
| Binary | 1100111 | 10011100 | 1010001 | 100010 | 0 | 110000 | 100111 | 1100110 | 100000 | 101110 |
Color Harmonies of #679C51
Complementary color
Monochromatic Colors of #679C51
Black with #679C51
Text Example
Text Example
White with #679C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C51; }
p { color: rgb(103,156,81); }
H1.HeaderClassName
{
color: #679C51;
}
.AnyTagClassName
{
color: #679C51;
}
</style>
background-color css
<style>
a { background-color: #679C51; }
a { background-color: rgb(103,156,81); }
div.DivClassName
{
background-color: #679C51;
}
.BgClassName
{
background-color: #679C51;
}
</style>
border-color css
<style>
span { border-color: #679C51; }
span { border-color: rgb(103,156,81); }
td.TdClassName
{
border-color: #679C51;
}
.TagClassName
{
border-color: #679C51;
}
</style>