Shades of Apple #679B50
Tints of Apple #679B50
RGB
CMYK
RGB Variations
Color information
#679B50 (or 0x679B50) is known color: Apple. HEX triplet: 67, 9B and 50. RGB value is (103,155,80). Sum of RGB (Red+Green+Blue) = 103+155+80=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #679B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B50 is #9864AF. Grayscale: #838383. Windows color (decimal): -9987248 or 5282663. OLE color: 5282663.
HSL color Cylindrical-coordinate representation of color #679B50: hue angle of 101.6º 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 #679B50 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 80 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.39 |
| HSL | 101.6º | 0.32% | 0.46% | - |
| HSV(B) | 101.6º | 0.48% | 0.61% | - |
| XYZ | 18.76 | 26.91 | 11.79 | - |
| YUV | 130.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 80 | 0.34 | 0 | 0.48 | 0.39 | 101.6 | 0.32 | 0.46 |
| Hex | 67 | 9B | 50 | 22 | 0 | 30 | 27 | 66 | 20 | 2E |
| Octal | 147 | 233 | 120 | 42 | 0 | 60 | 47 | 146 | 40 | 56 |
| Binary | 1100111 | 10011011 | 1010000 | 100010 | 0 | 110000 | 100111 | 1100110 | 100000 | 101110 |
Color Harmonies of #679B50
Complementary color
Monochromatic Colors of #679B50
Black with #679B50
Text Example
Text Example
White with #679B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B50; }
p { color: rgb(103,155,80); }
H1.HeaderClassName
{
color: #679B50;
}
.AnyTagClassName
{
color: #679B50;
}
</style>
background-color css
<style>
a { background-color: #679B50; }
a { background-color: rgb(103,155,80); }
div.DivClassName
{
background-color: #679B50;
}
.BgClassName
{
background-color: #679B50;
}
</style>
border-color css
<style>
span { border-color: #679B50; }
span { border-color: rgb(103,155,80); }
td.TdClassName
{
border-color: #679B50;
}
.TagClassName
{
border-color: #679B50;
}
</style>